Added staging to certbot so we don't keep hammering their servers

This commit is contained in:
Rodger Castle 2026-05-04 15:04:35 -04:00
parent 5a84a17e63
commit 123b225263

View File

@ -338,6 +338,7 @@ if $USE_SSL; then
info "Requesting certificate for ${DOMAIN}" info "Requesting certificate for ${DOMAIN}"
if certbot --nginx \ if certbot --nginx \
--staging \
--non-interactive \ --non-interactive \
--agree-tos \ --agree-tos \
--email "$LE_EMAIL" \ --email "$LE_EMAIL" \