mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #1263 from fraenki/acme_123
security/acme-client: release 1.23
This commit is contained in:
@@ -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 . " "
|
||||
|
||||
Reference in New Issue
Block a user