From d0ba5587f473d574a80e0b89a0962513dcdb9131 Mon Sep 17 00:00:00 2001 From: Oghenetega Okene Date: Sun, 3 Mar 2024 19:12:03 -0600 Subject: [PATCH] Use staging for certbot certificate testing --- certbot/certify-init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/certbot/certify-init.sh b/certbot/certify-init.sh index a799aa3..a93f053 100644 --- a/certbot/certify-init.sh +++ b/certbot/certify-init.sh @@ -19,4 +19,5 @@ certbot certonly \ --rsa-key-size 4096 \ --agree-tos \ --non-interactive \ + --staging \ -v