reversing steps to create cert

This commit is contained in:
Arne Teuke
2017-07-22 12:38:36 +01:00
parent d5a5afcfc3
commit a38ace2f06
3 changed files with 12 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
certbot certonly -t -n --agree-tos --webroot -w <%= @ng_certbot_cert_path %>/ -d <%= @ng_nagios_server %> --email <%= @ng_mail_user %>
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