Do not autoexpand

This commit is contained in:
Peter Eckersley
2016-01-21 15:55:44 -08:00
parent 9a1199ed24
commit e6c608b0a6
+1 -1
View File
@@ -323,7 +323,7 @@ def _handle_subset_cert_request(config, domains, cert):
br=os.linesep)
if config.expand or config.renew_by_default or zope.component.getUtility(
interfaces.IDisplay).yesno(question, "Expand", "Cancel",
default=True):
cli_flag="--expand (or in some cases, --duplicate)"):
return "renew", cert
else:
reporter_util = zope.component.getUtility(interfaces.IReporter)