From 44a6a9328fce2d4a4b0f75eb9ea38b9eba93ea25 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Sat, 1 Dec 2012 03:38:33 -0500 Subject: [PATCH] fixed interface for make_vhost_ssl --- trustify/client/configurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustify/client/configurator.py b/trustify/client/configurator.py index 9e9ab7380..4026bacb9 100644 --- a/trustify/client/configurator.py +++ b/trustify/client/configurator.py @@ -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: