Correction letsencrypt + add acme auto agree
This commit is contained in:
parent
f865fae5b8
commit
c791cbffc9
@ -1,8 +1,8 @@
|
|||||||
apt-get install -y nginx
|
apt-get install -y nginx
|
||||||
|
|
||||||
/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 --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 --agree-tos certonly --nginx -d jenkins.teksatcau.fr
|
||||||
/opt/letsencrypt/letsencrypt-auto --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 portainer.teksatcau.fr
|
||||||
|
|
||||||
cp ./docker/conf/nginx.conf /etc/nginx/
|
cp ./docker/conf/nginx.conf /etc/nginx/
|
||||||
cp ./docker/conf/mime.types /etc/nginx/
|
cp ./docker/conf/mime.types /etc/nginx/
|
||||||
|
@ -33,7 +33,3 @@ git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
|
|||||||
./docker/install-mongo.sh
|
./docker/install-mongo.sh
|
||||||
|
|
||||||
service nginx restart
|
service nginx restart
|
||||||
|
|
||||||
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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user