Update 'Apache-Installer.sh'

This commit is contained in:
tbergervoet
2018-10-15 15:37:03 +02:00
parent dde396d505
commit 250ab6eaf5

View File

@@ -148,7 +148,7 @@ 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" -d "www.$domain" -m "$email" --hsts --redirect --no-eff-email --agree-tos --staging
##---------------##
# Wordpress #