Browse Source

run certbot in non-interactive mode

Guilhem Saurel 7 years ago
parent
commit
7c5d13c19c
1 changed files with 1 additions and 6 deletions
  1. 1 6
      README.md

+ 1 - 6
README.md

@@ -39,13 +39,8 @@ cd docker-atelier
 
 
 cp nginx.conf /etc/nginx
 cp nginx.conf /etc/nginx
 systemctl restart nginx
 systemctl restart nginx
-certbot certonly --email $MAIL --webroot -w /srv/letsencrypt/ --agree-tos -d  $(echo {,www.}{,pad.,git.,cloud.}$DOMAIN|tr ' ' ',')
+certbot certonly --email $MAIL --webroot -w /srv/letsencrypt/ --agree-tos -n -d  $(echo {,www.}{,pad.,git.,cloud.}$DOMAIN|tr ' ' ',')
 
 
-```
-
-Say No
-
-```
 # Set environment configuration
 # Set environment configuration
 
 
 echo "MYSQL_PASSWORD=$MYSQL_PASSWORD" > cloud/.env
 echo "MYSQL_PASSWORD=$MYSQL_PASSWORD" > cloud/.env