mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
Reininitialize plugins for every lineage
This commit is contained in:
+2
-2
@@ -878,8 +878,8 @@ def renew(cli_config, plugins):
|
|||||||
# or not, we couldn't currently make a UI/logging distinction at
|
# or not, we couldn't currently make a UI/logging distinction at
|
||||||
# this stage to indicate whether renewal was actually attempted
|
# this stage to indicate whether renewal was actually attempted
|
||||||
# (or successful).
|
# (or successful).
|
||||||
obtain_cert(config, plugins, renewal_candidate)
|
obtain_cert(config, plugins_disco.PluginsRegistry.find_all(),
|
||||||
|
renewal_candidate)
|
||||||
|
|
||||||
def revoke(config, unused_plugins): # TODO: coop with renewal config
|
def revoke(config, unused_plugins): # TODO: coop with renewal config
|
||||||
"""Revoke a previously obtained certificate."""
|
"""Revoke a previously obtained certificate."""
|
||||||
|
|||||||
Reference in New Issue
Block a user