mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Same fix to renewer.py (don't read non-.conf)
This commit is contained in:
@@ -172,6 +172,8 @@ def main(cli_args=sys.argv[1:]):
|
||||
constants.CONFIG_DIRS_MODE, uid)
|
||||
|
||||
for renewal_file in os.listdir(cli_config.renewal_configs_dir):
|
||||
if not renewal_file.endswith(".conf"):
|
||||
continue
|
||||
print("Processing " + renewal_file)
|
||||
try:
|
||||
# TODO: Before trying to initialize the RenewableCert object,
|
||||
|
||||
Reference in New Issue
Block a user