From 43c6d5b40a4465940090077aea6f6837d7499f15 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 12 Sep 2019 02:35:48 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 2c51d10..6d35084 100644 --- a/installer.sh +++ b/installer.sh @@ -239,7 +239,10 @@ openssl dhparam -out /etc/ssl/certs/dhparam.pem "$dhparam" openssl dhparam -out /etc/letsencrypt/ssl-dhparams.pem "$dhparam" chmod 777 -R /etc/letsencrypt/ssl-dhparams.pem chmod 777 -R /etc/ssl/certs/dhparam.pem -chmod 777 -R /etc/letsencrypt/live/$domain/cert.pem chain.pem fullchain.pem privkey.pem +chmod 777 -R /etc/letsencrypt/live/$domain/cert.pem +chmod 777 -R /etc/letsencrypt/live/$domain/chain.pem +chmod 777 -R /etc/letsencrypt/live/$domain/fullchain.pem +chmod 777 -R /etc/letsencrypt/live/$domain/privkey.pem chmod 644 -R /etc/nginx/sites-available/mail.ictdownwerk.com ##-----------------------##