mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
add logging for keeping existing cert
This commit is contained in:
parent
176751f4da
commit
230b09bb15
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue