mirror of
https://github.com/certbot/certbot.git
synced 2026-01-19 13:24:57 +03:00
The renewer also needs a config singleton
This commit is contained in:
@@ -70,6 +70,7 @@ def renew(cert, old_version):
|
||||
# was an int, not a str)
|
||||
config.rsa_key_size = int(config.rsa_key_size)
|
||||
config.dvsni_port = int(config.dvsni_port)
|
||||
zope.component.provideUtility(config)
|
||||
try:
|
||||
authenticator = plugins[renewalparams["authenticator"]]
|
||||
except KeyError:
|
||||
|
||||
Reference in New Issue
Block a user