mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:25:24 +02:00
Pass cli_config to RenewableCert
This commit is contained in:
@@ -148,7 +148,7 @@ def main(config=None, args=sys.argv[1:]):
|
|||||||
# RenewableCert object for this cert at all, which could
|
# RenewableCert object for this cert at all, which could
|
||||||
# dramatically improve performance for large deployments
|
# dramatically improve performance for large deployments
|
||||||
# where autorenewal is widely turned off.
|
# where autorenewal is widely turned off.
|
||||||
cert = storage.RenewableCert(rc_config)
|
cert = storage.RenewableCert(rc_config, cli_config=cli_config)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
# This indicates an invalid renewal configuration file, such
|
# This indicates an invalid renewal configuration file, such
|
||||||
# as one missing a required parameter (in the future, perhaps
|
# as one missing a required parameter (in the future, perhaps
|
||||||
|
|||||||
Reference in New Issue
Block a user