mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
fixed interface for make_vhost_ssl
This commit is contained in:
parent
ae5ad15bdb
commit
44a6a9328f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue