From 123b225263df58b606189f34531323b54308e43f Mon Sep 17 00:00:00 2001 From: Rodger Castle Date: Mon, 4 May 2026 15:04:35 -0400 Subject: [PATCH] Added staging to certbot so we don't keep hammering their servers --- imagehost-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/imagehost-setup.sh b/imagehost-setup.sh index 51c8383..be1dcb4 100644 --- a/imagehost-setup.sh +++ b/imagehost-setup.sh @@ -338,6 +338,7 @@ if $USE_SSL; then info "Requesting certificate for ${DOMAIN}…" if certbot --nginx \ + --staging \ --non-interactive \ --agree-tos \ --email "$LE_EMAIL" \