Drop `--agree-tos` from certbot `new` service
diff --git a/sa-certbot.yml b/sa-certbot.yml
index 86052a6..0ac238c 100644
--- a/sa-certbot.yml
+++ b/sa-certbot.yml
@@ -11,7 +11,7 @@
- ./certbot/www/:/var/www/certbot/:rw
- ./certbot/lib/:/var/lib/letsencrypt/:rw
- ./logs/certbot/:/var/log/letsencrypt/:rw
- command: certonly -n --agree-tos -m nico.h@gmx.de --webroot --webroot-path /var/www/certbot
+ command: certonly -n -m nico.h@gmx.de --webroot --webroot-path /var/www/certbot
-d "${SA_PUBLIC_DOMAIN_NAME},id.${SA_PUBLIC_DOMAIN_NAME},mail.${SA_PUBLIC_DOMAIN_NAME},review.${SA_PUBLIC_DOMAIN_NAME}"
renew:
image: certbot/certbot