mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
set noninteractive to true if we're doing renew
This commit is contained in:
parent
b97ddb92f0
commit
06b6dcc9c8
1 changed files with 1 additions and 0 deletions
|
|
@ -726,6 +726,7 @@ def renew(cli_config, plugins):
|
|||
# XXX: does this succeed in making a fully independent config object
|
||||
# each time?
|
||||
config = configuration.RenewerConfiguration(copy.deepcopy(cli_config))
|
||||
config.noninteractive_mode = True
|
||||
full_path = os.path.join(configs_dir, renewal_file)
|
||||
try:
|
||||
renewal_candidate = storage.RenewableCert(full_path, config)
|
||||
|
|
|
|||
Loading…
Reference in a new issue