Update 'Apache-Installer.sh'

heb voor cerbot het domein en www.domein los gezet
voor het geval www.domein niet in dns staat
This commit is contained in:
bprieshof
2018-10-18 11:36:57 +02:00
parent 163f6c9d5b
commit 274047ac5b

View File

@@ -148,7 +148,9 @@ fi
##-------------## ##-------------##
apt install -y python-certbot-apache 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 # # Wordpress #