From 504a72a48cc95182c97a00e6134bc723edc0a0fa Mon Sep 17 00:00:00 2001 From: Tube <7u83@mail.ru> Date: Wed, 1 Nov 2023 15:57:38 +0100 Subject: [PATCH] Removed reports --- certbot.cf | 9 --------- 1 file changed, 9 deletions(-) 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)"; }