1
0
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:
Peter Eckersley
2015-09-16 17:15:10 -07:00
parent 630c715350
commit 110f080de0

View File

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