From e7b91c4466b5a2d1b4594ee6a585daa78d14736c Mon Sep 17 00:00:00 2001 From: f Date: Sat, 28 Dec 2024 17:13:09 -0300 Subject: [PATCH] fix: one certificate per domain --- certbotd.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/certbotd.sh b/certbotd.sh index 03a04c2..b8ca6ba 100755 --- a/certbotd.sh +++ b/certbotd.sh @@ -189,9 +189,7 @@ case $1 in --webroot \ --agree-tos \ --webroot-path /var/lib/letsencrypt \ - -d "${domain}" \ - -d "api.${domain}" \ - -d "www.${domain}" || ensure $? + -d "${domain}" || ensure $? touch "${updated}" done