summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-03-04 17:59:12 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-03-04 17:59:12 -0500
commitfd117a0021217d4442938351fee275c76a9b48cd (patch)
treebb1ef807dc4e77b8a2c68853b8f2663603ef283e /func
parente2fa200c4556ee55165acb6f9b28943d29c26363 (diff)
downloadthird_party-func-fd117a0021217d4442938351fee275c76a9b48cd.tar.gz
third_party-func-fd117a0021217d4442938351fee275c76a9b48cd.tar.xz
third_party-func-fd117a0021217d4442938351fee275c76a9b48cd.zip
update this test code to use new certmaster locations
Diffstat (limited to 'func')
-rwxr-xr-xfunc/overlord/sslclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/overlord/sslclient.py b/func/overlord/sslclient.py
index 3861bb8..8affced 100755
--- a/func/overlord/sslclient.py
+++ b/func/overlord/sslclient.py
@@ -45,6 +45,6 @@ class FuncServer(SSLXMLRPCServerProxy):
if __name__ == "__main__":
- s = SSLXMLRPCServerProxy('https://localhost:51234/', '/etc/pki/func/slave.pem', '/etc/pki/func/slave.cert', '/etc/pki/func/ca/funcmaster.crt')
+ s = SSLXMLRPCServerProxy('https://localhost:51234/', '/etc/pki/certmaster/slave.pem', '/etc/pki/certmaster/slave.cert', '/etc/pki/certmaster/ca/certmaster.crt')
f = s.ping(1, 2)
print f