mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
Files with multiple vhosts are fine. (#6273)
This commit is contained in:
@@ -113,8 +113,7 @@ def _vhost_menu(domain, vhosts):
|
|||||||
code, tag = zope.component.getUtility(interfaces.IDisplay).menu(
|
code, tag = zope.component.getUtility(interfaces.IDisplay).menu(
|
||||||
"We were unable to find a vhost with a ServerName "
|
"We were unable to find a vhost with a ServerName "
|
||||||
"or Address of {0}.{1}Which virtual host would you "
|
"or Address of {0}.{1}Which virtual host would you "
|
||||||
"like to choose?\n(note: conf files with multiple "
|
"like to choose?".format(domain, os.linesep),
|
||||||
"vhosts are not yet supported)".format(domain, os.linesep),
|
|
||||||
choices, force_interactive=True)
|
choices, force_interactive=True)
|
||||||
except errors.MissingCommandlineFlag:
|
except errors.MissingCommandlineFlag:
|
||||||
msg = (
|
msg = (
|
||||||
|
|||||||
Reference in New Issue
Block a user