mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #795 from fraenki/fix_794
security/acme-client: release 1.17
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= acme-client
|
||||
PLUGIN_VERSION= 1.16
|
||||
PLUGIN_VERSION= 1.17
|
||||
PLUGIN_COMMENT= Let's Encrypt client
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
PLUGIN_DEPENDS= acme.sh bind912
|
||||
|
||||
@@ -814,7 +814,7 @@ function run_acme_validation($certObj, $valObj, $acctObj)
|
||||
}
|
||||
|
||||
// if OCSP Extension is turned on pass --ocsp parameter to acme client
|
||||
if (isset($certObj->ocsp)) {
|
||||
if (isset($certObj->ocsp) and ($certObj->ocsp == 1)) {
|
||||
$acme_args[] = "--ocsp";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user