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:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user