From aa98a37b8b0006f911efa70d87a2c0a0808c18ee Mon Sep 17 00:00:00 2001 From: f Date: Sat, 22 Apr 2023 15:01:59 -0300 Subject: [PATCH] feat: add *.testing.sutty.nl to certificate --- certbotd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/certbotd.sh b/certbotd.sh index 7899fef..42ccbc9 100755 --- a/certbotd.sh +++ b/certbotd.sh @@ -55,7 +55,8 @@ case $1 in --email "certbot@${SUTTY}" \ --agree-tos \ -d "${SUTTY}" \ - -d "*.${SUTTY}" + -d "*.${SUTTY}" \ + -d "*.testing.${SUTTY}" touch "${updated}"