mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +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:
|
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],
|
||||||
|
|||||||
Reference in New Issue
Block a user