mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Update error message
This is supposed to not happen once #1391 is fixed.
This commit is contained in:
parent
0b9f505ed5
commit
858dadd85b
1 changed files with 2 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Reference in a new issue