mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Modify delete after revoke question to clarify that the flag deletes the entire lineage
This commit is contained in:
+2
-1
@@ -548,7 +548,8 @@ def _delete_if_appropriate(config): # pylint: disable=too-many-locals,too-many-b
|
|||||||
|
|
||||||
attempt_deletion = config.delete_after_revoke
|
attempt_deletion = config.delete_after_revoke
|
||||||
if attempt_deletion is None:
|
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",
|
attempt_deletion = display.yesno(msg, yes_label="Yes (recommended)", no_label="No",
|
||||||
force_interactive=True, default=True)
|
force_interactive=True, default=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user