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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user