diff --git a/certbot.cf b/certbot.cf index 21968a7..4073cd4 100644 --- a/certbot.cf +++ b/certbot.cf @@ -124,15 +124,6 @@ commands: args => "certonly --agree-tos -n $(webroot_arg) --expand --email $(site[email]) $(args)"; reports: -# "CURRENT DOMAINS FOR $(site[domain]) : $(current_domains)"; -# "EXEC IST: $(cert_test_cmd)"; - -# "IS '$(domains_txt)' == '$(current_domains_txt) ' ?"; - -# run_certbot_new:: -# "WE MUST RUN CERTBOT FOR $(domains_txt)"; -# !run_certbot_new:: -# "WE SHOULD NOT RUN CERTBOT FOR $(domains_txt)"; }