From 66f1414af889d17234949226a9f282051d8a63d5 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 19 Mar 2022 10:03:06 -0300 Subject: [PATCH] don't stop for asking questions --- certbotd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/certbotd.sh b/certbotd.sh index 62f4a1e..4117aca 100755 --- a/certbotd.sh +++ b/certbotd.sh @@ -88,6 +88,7 @@ case $1 in # Get the certificate for the domain, the webserver will need # access to this directory /usr/bin/certbot certonly --email "certbot@${SUTTY}" \ + -n \ --webroot \ --agree-tos \ --webroot-path /var/lib/letsencrypt \