Catch some excessive policing of installers

This commit is contained in:
Peter Eckersley
2015-10-19 19:35:53 -07:00
parent 72589bcae3
commit e384a1fe28
-3
View File
@@ -464,9 +464,6 @@ def install(args, config, plugins):
except PluginSelectionError, e:
return e.message
if args.authenticator:
return "Specifying an authenticator doesn't make sense in install mode!"
domains = _find_domains(args, installer)
le_client = _init_le_client(
args, config, authenticator=None, installer=installer)