summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-12-13 18:14:49 -0800
committerMark Spruiell <mes@zeroc.com>2009-12-13 18:14:49 -0800
commitf8cea6365206b098d8f4b2df17ae9a986f5be52c (patch)
tree2ad2cea18fdf1b9ba8666aecec8042be69e6af7d /scripts/TestUtil.py
parentminor edits to CHANGES (diff)
downloadice-f8cea6365206b098d8f4b2df17ae9a986f5be52c.tar.bz2
ice-f8cea6365206b098d8f4b2df17ae9a986f5be52c.tar.xz
ice-f8cea6365206b098d8f4b2df17ae9a986f5be52c.zip
bug 3534: truststore defaults to keystore
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index ac66093efde..91eb683e70f 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -647,7 +647,7 @@ sslConfigTree = {
},
"java" : {
"plugin" : " --Ice.Plugin.IceSSL=IceSSL.PluginFactory --Ice.Default.Protocol=ssl " +
- "--IceSSL.DefaultDir=%(certsdir)s --IceSSL.Truststore=certs.jks --IceSSL.Password=password",
+ "--IceSSL.DefaultDir=%(certsdir)s --IceSSL.Password=password",
"client" : " --IceSSL.Keystore=client.jks",
"server" : " --IceSSL.Keystore=server.jks",
"colloc" : " --IceSSL.Keystore=client.jks"