LE Staging URL update

LetsEncrypt staging URL changed per https://letsencrypt.org/docs/staging-environment/
This commit is contained in:
Brett
2022-01-27 05:49:30 -06:00
committed by GitHub
parent ad24c08fda
commit deebc0091a

View File

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