Update error message

This is supposed to not happen once #1391 is fixed.
This commit is contained in:
Reinaldo de Souza Jr
2016-01-06 13:36:52 -05:00
parent 0b9f505ed5
commit 858dadd85b
@@ -142,7 +142,8 @@ class NginxConfigurator(common.Plugin):
""" """
if not fullchain_path: if not fullchain_path:
raise errors.PluginError( raise errors.PluginError(
"--fullchain-path is required for nginx plugin.") "The nginx plugin currently requires --fullchain-path to "
"install a cert.")
vhost = self.choose_vhost(domain) vhost = self.choose_vhost(domain)
cert_directives = [['ssl_certificate', fullchain_path], cert_directives = [['ssl_certificate', fullchain_path],