changed check

This commit is contained in:
Arne Teuke
2017-07-23 10:26:44 +01:00
parent 5a673baf41
commit b89e386af0
3 changed files with 9 additions and 4 deletions

View File

@@ -1,2 +1 @@
certbot certonly -t -n --agree-tos --webroot -w <%= @ng_certbot_cert_path %>/ -d www.<%= @ng_webserver_name %> -d <%= @ng_webserver_name %> --email <%= @ng_mail_user %>
touch /etc/httpd/conf.d/.cert_created
certbot certonly -t -n --agree-tos --webroot -w <%= @ng_certbot_webroot %>/ -d www.<%= @ng_webserver_name %> -d <%= @ng_webserver_name %> --email <%= @ng_mail_user %>