removed www option

This commit is contained in:
Arne Teuke
2017-07-23 11:00:29 +01:00
parent 6e7568c141
commit 36e167f6a2

View File

@@ -1 +1 @@
certbot certonly -t -n --agree-tos --webroot -w <%= @ng_certbot_webroot %>/ -d www.<%= @ng_webserver_name %> -d <%= @ng_webserver_name %> --email <%= @ng_mail_user %>
certbot certonly -t -n --agree-tos --webroot -w <%= @ng_certbot_webroot %>/ -d <%= @ng_webserver_name %> --email <%= @ng_mail_user %>