mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: fix OCSP setting not honored, closes #2234
This commit is contained in:
@@ -17,6 +17,7 @@ Fixed:
|
||||
* fix missing "--ecc" parameter when renewing ECC certs (#2223)
|
||||
* fix log file location (#2227)
|
||||
* fix GUI log formatting (by using the syslog log)
|
||||
* fix OCSP setting not honored (#2234)
|
||||
|
||||
Changed:
|
||||
* let acme.sh log through syslog
|
||||
|
||||
+1
@@ -656,6 +656,7 @@ class LeCertificate extends LeCommon
|
||||
$val->setNames($this->config->name, $this->config->altNames, $this->config->aliasmode, $this->config->domainalias, $this->config->challengealias);
|
||||
$val->setRenewal((int)$this->config->renewInterval);
|
||||
$val->setForce($this->force);
|
||||
$val->setOcsp((string)$this->config->ocsp == 1 ? true : false);
|
||||
// strip prefix from key value
|
||||
$val->setKey(substr($this->config->keyLength, 4));
|
||||
$val->prepare();
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user