1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

fixed interface for make_vhost_ssl

This commit is contained in:
James Kasten
2012-12-01 03:38:33 -05:00
parent ae5ad15bdb
commit 44a6a9328f

View File

@@ -128,7 +128,7 @@ class Configurator(object):
for n in v.names:
if n == name:
# Must create ssl equivalent vhost
return self.make_vhost_ssl(v.path)
return self.make_vhost_ssl(v)
# No matches, search for the default
for v in self.vhosts: