Merge pull request #1263 from fraenki/acme_123

security/acme-client: release 1.23
This commit is contained in:
Frank Wall
2019-03-18 17:03:32 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= acme-client
PLUGIN_VERSION= 1.22
PLUGIN_VERSION= 1.23
PLUGIN_COMMENT= Let's Encrypt client
PLUGIN_MAINTAINER= opnsense@moov.de
PLUGIN_DEPENDS= acme.sh bind912
@@ -813,6 +813,7 @@ function run_acme_validation($certObj, $valObj, $acctObj)
$acmecmd = "/usr/local/sbin/acme.sh "
. implode(" ", $acme_args) . " "
. "--${acme_action} "
. "--days " . (string)$certObj->renewInterval . " "
. "--domain " . (string)$certObj->name . " "
. $altnames
. $acme_validation . " "