mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
LE Staging URL update
LetsEncrypt staging URL changed per https://letsencrypt.org/docs/staging-environment/
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user