Pass cli_config to RenewableCert

This commit is contained in:
Jakub Warmuz 2015-06-25 05:35:49 +00:00
parent b9f2823d6b
commit 4de60f68ab
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -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