Added staging to certbot so we don't keep hammering their servers
This commit is contained in:
parent
5a84a17e63
commit
123b225263
@ -338,6 +338,7 @@ if $USE_SSL; then
|
||||
info "Requesting certificate for ${DOMAIN}…"
|
||||
|
||||
if certbot --nginx \
|
||||
--staging \
|
||||
--non-interactive \
|
||||
--agree-tos \
|
||||
--email "$LE_EMAIL" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user