mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: pass renewInterval to acme.sh, fixes #1221
This commit is contained in:
@@ -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