mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Hedge on the rate limit slightly, because it may change after a release
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ def _treat_as_renewal(config, domains):
|
|||||||
).format(ident_names_cert.configfile.filename, br=os.linesep)
|
).format(ident_names_cert.configfile.filename, br=os.linesep)
|
||||||
response = zope.component.getUtility(interfaces.IDisplay).menu(
|
response = zope.component.getUtility(interfaces.IDisplay).menu(
|
||||||
question, ["Attempt to reinstall this existing certificate",
|
question, ["Attempt to reinstall this existing certificate",
|
||||||
"Renew & replace the cert (limit 5 per 7 days)",
|
"Renew & replace the cert (limit ~5 per 7 days)",
|
||||||
# "Obtain a completely new certificate for these domains",
|
# "Obtain a completely new certificate for these domains",
|
||||||
"Cancel this operation and do nothing"],
|
"Cancel this operation and do nothing"],
|
||||||
"OK", "Cancel")
|
"OK", "Cancel")
|
||||||
|
|||||||
Reference in New Issue
Block a user