security/acme-client: pass renewInterval to acme.sh, fixes #1221

This commit is contained in:
Frank Wall
2019-03-17 22:48:33 +01:00
parent ed58115c95
commit 0986500ffa
@@ -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 . " "