summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-03-04 17:58:32 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-03-04 17:58:32 -0500
commite2fa200c4556ee55165acb6f9b28943d29c26363 (patch)
tree942f5d99b7e2698586fb42cdb0adc416ce8dbc6c /func
parent890b150077b5390b879642adc2b42fe3e1944e4a (diff)
downloadthird_party-func-e2fa200c4556ee55165acb6f9b28943d29c26363.tar.gz
third_party-func-e2fa200c4556ee55165acb6f9b28943d29c26363.tar.xz
third_party-func-e2fa200c4556ee55165acb6f9b28943d29c26363.zip
Update to knew cert locations. This is just old test code, but update
it while we are at it.
Diffstat (limited to 'func')
-rwxr-xr-xfunc/minion/server.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/func/minion/server.py b/func/minion/server.py
index c511598..95d575c 100755
--- a/func/minion/server.py
+++ b/func/minion/server.py
@@ -182,6 +182,9 @@ class FuncSSLXMLRPCServer(AuthedXMLRPCServer.AuthedSSLXMLRPCServer,
self.cert = "%s/%s.cert" % (self.cm_config.cert_dir, hn)
self.ca = "%s/ca.cert" % self.cm_config.cert_dir
+ print "self.key", self.key
+ print "self.cert", self.cert
+ print "self.ca", self.ca
self._our_ca = certs.retrieve_cert_from_file(self.ca)
AuthedXMLRPCServer.AuthedSSLXMLRPCServer.__init__(self, ("", 51234),