add logging for keeping existing cert

This commit is contained in:
Jacob Sachs 2016-06-23 08:23:27 -04:00
parent 176751f4da
commit 230b09bb15

View file

@ -83,6 +83,7 @@ def _auth_from_domains(le_client, config, domains, lineage=None):
if action == "reinstall":
# The lineage already exists; allow the caller to try installing
# it without getting a new certificate at all.
logger.info("Keeping the existing certificate")
return lineage, "reinstall"
hooks.pre_hook(config)