Fix to disable check with acme_tiny unless staging

This commit is contained in:
Ilia Rostovtsev
2020-04-14 18:03:33 +03:00
parent 9a8d68e47c
commit b10b0dd2db

View File

@@ -296,7 +296,7 @@ else {
: "--dns-hook $dns_hook ".
"--cleanup-hook $cleanup_hook ").
($staging ? "--ca https://acme-staging.api.letsencrypt.org "
: "").
: "--disable-check ").
"--quiet ".
"2>&1 >".quotemeta($cert));
&reset_environment();