Update 'Apache-Installer.sh'

This commit is contained in:
tbergervoet
2018-10-16 11:26:05 +02:00
parent 250ab6eaf5
commit 88ead591de

View File

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