From 3752ed4ee2127c749d63a8e678578d3fd55477f5 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Wed, 10 May 2017 21:43:56 +0300 Subject: [PATCH] ServerName and ServerAlias are directives, not directories (#4632) --- certbot-apache/certbot_apache/display_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/display_ops.py b/certbot-apache/certbot_apache/display_ops.py index 22aafc0fe..6bcb64dd5 100644 --- a/certbot-apache/certbot_apache/display_ops.py +++ b/certbot-apache/certbot_apache/display_ops.py @@ -91,7 +91,7 @@ def _vhost_menu(domain, vhosts): msg = ("Encountered vhost ambiguity but unable to ask for user guidance in " "non-interactive mode. Currently Certbot needs each vhost to be " "in its own conf file, and may need vhosts to be explicitly " - "labelled with ServerName or ServerAlias directories.") + "labelled with ServerName or ServerAlias directives.") logger.warning(msg) raise errors.MissingCommandlineFlag(msg)