mirror of
https://github.com/certbot/certbot.git
synced 2026-03-08 00:01:11 -05:00
The renewer also needs a config singleton
This commit is contained in:
parent
630c715350
commit
110f080de0
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue