Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkasten committed Sep 21, 2015
1 parent f1179ba commit cf08fe7
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 cf08fe7

Please sign in to comment.