mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Fix find & replace SNAFU
This commit is contained in:
parent
d036fc38c6
commit
2cd4e9eda2
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ def _handle_identical_cert_request(config, lineage):
|
|||
elif config.verb == "certonly":
|
||||
keep_opt = "Keep the existing certificate for now"
|
||||
choices = [keep_opt,
|
||||
"Renew & replace the lineage (limit ~5 per 7 days)"]
|
||||
"Renew & replace the cert (limit ~5 per 7 days)"]
|
||||
|
||||
display = zope.component.getUtility(interfaces.IDisplay)
|
||||
response = display.menu(question, choices, "OK", "Cancel", default=0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue