mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
add logging for keeping existing cert
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user