Hedge on the rate limit slightly, because it may change after a release

This commit is contained in:
Peter Eckersley
2015-12-10 19:12:29 -08:00
parent 859fcea4ec
commit d3f5df5b02
+1 -1
View File
@@ -262,7 +262,7 @@ def _treat_as_renewal(config, domains):
).format(ident_names_cert.configfile.filename, br=os.linesep)
response = zope.component.getUtility(interfaces.IDisplay).menu(
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",
"Cancel this operation and do nothing"],
"OK", "Cancel")