Files
confdroid_nagios/templates/certbot/get_cert.erb

3 lines
207 B
Plaintext
Raw Normal View History

2017-07-22 12:38:36 +01:00
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 %>
2017-07-21 15:33:05 +01:00
touch /etc/httpd/conf.d/.cert_created