mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Modify delete after revoke question to clarify that the flag deletes the entire lineage
This commit is contained in:
parent
e34e0d9f1a
commit
f7b8e1f99e
1 changed files with 2 additions and 1 deletions
|
|
@ -548,7 +548,8 @@ def _delete_if_appropriate(config): # pylint: disable=too-many-locals,too-many-b
|
|||
|
||||
attempt_deletion = config.delete_after_revoke
|
||||
if attempt_deletion is None:
|
||||
msg = ("Would you like to delete the cert(s) you just revoked?")
|
||||
msg = ("Would you like to delete the cert(s) you just revoked, along with all earlier and "
|
||||
"later versions of the cert?")
|
||||
attempt_deletion = display.yesno(msg, yes_label="Yes (recommended)", no_label="No",
|
||||
force_interactive=True, default=True)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue