OP#407 initial commit with reset
This commit is contained in:
@@ -1 +0,0 @@
|
||||
certbot certonly -t -n --agree-tos --webroot -w <%= @ng_certbot_webroot %>/ -d <%= @ng_webserver_name %> --email <%= @ng_mail_user %>
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
<% if @ng_enable_certbot == true %>
|
||||
test -d /etc/letsencrypt/archive/<%= @ng_nagios_server %>
|
||||
<% end %>
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
<% if @ng_enable_certbot == true %>
|
||||
case `find /etc/letsencrypt/renewal -type f -name "<%= @ng_nagios_server %>.conf" -mtime +80` in
|
||||
'') echo 'No filename found' exit 0 ;;
|
||||
*) echo 'Found filename' exit 1 ;;
|
||||
esac
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user