mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 15:48:52 +02:00
Update error message
This is supposed to not happen once #1391 is fixed.
This commit is contained in:
@@ -142,7 +142,8 @@ class NginxConfigurator(common.Plugin):
|
||||
"""
|
||||
if not fullchain_path:
|
||||
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)
|
||||
cert_directives = [['ssl_certificate', fullchain_path],
|
||||
|
||||
Reference in New Issue
Block a user