Files
confdroid_nagios/templates/certbot/unless_get_cert.erb
2026-02-14 15:41:26 +01:00

5 lines
117 B
Plaintext

#!/bin/bash
<% if @ng_enable_certbot == true %>
test -d /etc/letsencrypt/archive/<%= @ng_nagios_server %>
<% end %>