From a659b07b4cd0cebec53cf294e7d3b531e18caca8 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 3 Feb 2016 18:44:27 -0800 Subject: [PATCH] Reininitialize plugins for every lineage --- letsencrypt/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 4c30e2ca8..4361ed886 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -878,8 +878,8 @@ def renew(cli_config, plugins): # or not, we couldn't currently make a UI/logging distinction at # this stage to indicate whether renewal was actually attempted # (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 """Revoke a previously obtained certificate."""