mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Pass cli_config to RenewableCert
This commit is contained in:
parent
b9f2823d6b
commit
4de60f68ab
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ def main(config=None, args=sys.argv[1:]):
|
|||
# RenewableCert object for this cert at all, which could
|
||||
# dramatically improve performance for large deployments
|
||||
# where autorenewal is widely turned off.
|
||||
cert = storage.RenewableCert(rc_config)
|
||||
cert = storage.RenewableCert(rc_config, cli_config=cli_config)
|
||||
except ValueError:
|
||||
# This indicates an invalid renewal configuration file, such
|
||||
# as one missing a required parameter (in the future, perhaps
|
||||
|
|
|
|||
Loading…
Reference in a new issue