summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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