From f865fae5b8b04b070f860b6d634d2c301480b084 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Mon, 8 Apr 2019 12:20:11 +0900 Subject: [PATCH] Correction letsencrypt + add acme auto agree --- docker/install-nginx.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/install-nginx.sh b/docker/install-nginx.sh index 1646468..1649c58 100755 --- a/docker/install-nginx.sh +++ b/docker/install-nginx.sh @@ -1,8 +1,8 @@ apt-get install -y nginx -letsencrypt --email mathieu.sanchez@outlook.fr certonly --nginx -d gitlab.teksatcau.fr -letsencrypt --email mathieu.sanchez@outlook.fr certonly --nginx -d jenkins.teksatcau.fr -letsencrypt --email mathieu.sanchez@outlook.fr certonly --nginx -d portainer.teksatcau.fr +/opt/letsencrypt/letsencrypt-auto --email mathieu.sanchez@outlook.fr --agree-tos certonly --nginx -d gitlab.teksatcau.fr +/opt/letsencrypt/letsencrypt-auto --email mathieu.sanchez@outlook.fr certonly --nginx -d jenkins.teksatcau.fr +/opt/letsencrypt/letsencrypt-auto --email mathieu.sanchez@outlook.fr certonly --nginx -d portainer.teksatcau.fr cp ./docker/conf/nginx.conf /etc/nginx/ cp ./docker/conf/mime.types /etc/nginx/