summaryrefslogtreecommitdiff
path: root/cs/config/TestUtil.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-02-06 00:41:15 +0000
committerMark Spruiell <mes@zeroc.com>2007-02-06 00:41:15 +0000
commitfb8c33ff627d08bc4b2f82b048280160adfb9f01 (patch)
treea79353a1e1dbe7b045890be22d1744cccaed9950 /cs/config/TestUtil.py
parentfix x64 warnings (diff)
downloadice-fb8c33ff627d08bc4b2f82b048280160adfb9f01.tar.bz2
ice-fb8c33ff627d08bc4b2f82b048280160adfb9f01.tar.xz
ice-fb8c33ff627d08bc4b2f82b048280160adfb9f01.zip
bug 1698: change default certificate store
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r--cs/config/TestUtil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py
index 8e17b0fb955..87ebc0d287c 100644
--- a/cs/config/TestUtil.py
+++ b/cs/config/TestUtil.py
@@ -293,12 +293,12 @@ if protocol == "ssl":
" --IceSSL.Password=password" + \
" --IceSSL.CheckCertName=0"
serverProtocol = plugin + " --Ice.Default.Protocol=ssl" + \
- " --IceSSL.ImportCert.LocalMachine.AuthRoot=" + \
+ " --IceSSL.ImportCert.CurrentUser.Root=" + \
os.path.join(toplevel, "certs", "cacert.pem") + \
" --IceSSL.CertFile=" + os.path.join(toplevel, "certs", "s_rsa1024.pfx") + \
" --IceSSL.Password=password"
clientServerProtocol = plugin + " --Ice.Default.Protocol=ssl" + \
- " --IceSSL.ImportCert.LocalMachine.AuthRoot=" + \
+ " --IceSSL.ImportCert.CurrentUser.Root=" + \
os.path.join(toplevel, "certs", "cacert.pem") + \
" --IceSSL.CertFile=" + os.path.join(toplevel, "certs", "c_rsa1024.pfx") + \
" --IceSSL.Password=password" + \