summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/secure/makecerts.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2008-05-13 18:03:05 +0800
committerMatthew Newhook <matthew@zeroc.com>2008-05-13 18:03:05 +0800
commit4c1744f2363ff884e51fcdc986e737c9a9a36467 (patch)
tree5adad113d4a9d53e254bf47d8289a96643447d5b /cpp/demo/IceGrid/secure/makecerts.py
parentFixed bug 3156 - Install .pdb files if RELEASEPDBS=yes (diff)
downloadice-4c1744f2363ff884e51fcdc986e737c9a9a36467.tar.bz2
ice-4c1744f2363ff884e51fcdc986e737c9a9a36467.tar.xz
ice-4c1744f2363ff884e51fcdc986e737c9a9a36467.zip
bug 3163 - IceGrid/secure expect.py changes.
Diffstat (limited to 'cpp/demo/IceGrid/secure/makecerts.py')
-rwxr-xr-xcpp/demo/IceGrid/secure/makecerts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/secure/makecerts.py b/cpp/demo/IceGrid/secure/makecerts.py
index 2204e3ea25c..421ebeeee19 100755
--- a/cpp/demo/IceGrid/secure/makecerts.py
+++ b/cpp/demo/IceGrid/secure/makecerts.py
@@ -61,6 +61,6 @@ try:
except OSError:
pass
-iceca("import --java ca_cert ca/db/ca_cert.pem ca/db/ca_key.pem certs.jks")
+iceca("import --key-pass password --store-pass password --java ca_cert ca/db/ca_cert.pem ca/db/ca_key.pem certs.jks")
os.chdir("..")