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 \