added certbot section
This commit is contained in:
4
templates/certbot/unless_get_cert.erb
Normal file
4
templates/certbot/unless_get_cert.erb
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
<% if @ng_enable_certbot == true %>
|
||||
test -d /etc/letsencrypt/archive/<%= @ng_nagios_server %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user