Skip to content

Commit

Permalink
Merge pull request certbot#805 from letsencrypt/fix_799
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Sep 22, 2015
2 parents 5ee88f0 + cf08fe7 commit 2e13066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions letsencrypt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e13066

Please sign in to comment.