From 274047ac5b839d612523eec89d252a29068a5d08 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 18 Oct 2018 11:36:57 +0200 Subject: [PATCH] Update 'Apache-Installer.sh' heb voor cerbot het domein en www.domein los gezet voor het geval www.domein niet in dns staat --- Apache-Installer.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Apache-Installer.sh b/Apache-Installer.sh index b9e347b..b5d1fdb 100644 --- a/Apache-Installer.sh +++ b/Apache-Installer.sh @@ -148,7 +148,9 @@ fi ##-------------## apt install -y python-certbot-apache -certbot --apache -n -d "$domain" -d "www.$domain" -m "$email" --hsts --redirect --no-eff-email --agree-tos +certbot --apache -n -d "$domain" -m "$email" --hsts --redirect --no-eff-email --agree-tos +certbot --apache -n -d "www.$domain" -m "$email" --hsts --redirect --no-eff-email --agree-tos + ##---------------## # Wordpress #