Merge branch 'renew_verb' of ssh://github.com/letsencrypt/letsencrypt into renew_verb

This commit is contained in:
Peter Eckersley
2016-02-03 18:58:49 -08:00
+2 -2
View File
@@ -882,8 +882,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."""