From cf08fe799ae48606c8aded138397c0288f5c65e0 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Mon, 21 Sep 2015 16:57:28 -0700 Subject: [PATCH] fix #799 --- letsencrypt/cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index dcd1e55b1bc..e4787a8494c 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -172,6 +172,8 @@ def _find_duplicative_certs(domains, config, renew_config): identical_names_cert, subset_names_cert = None, None configs_dir = renew_config.renewal_configs_dir + le_util.make_or_verify_dir(configs_dir, mode=0o755, uid=os.geteuid()) + cli_config = configuration.RenewerConfiguration(config) for renewal_file in os.listdir(configs_dir): try: