summaryrefslogtreecommitdiff
path: root/certs/makecerts.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2013-09-04 20:13:30 +0200
committerJose <jose@zeroc.com>2013-09-04 20:13:30 +0200
commit80ac88ae90086013f79ac9c4568ef4d5f0e965f8 (patch)
treeec0f6491fe4c61e3a24a0d20c7435ad5e3d738c4 /certs/makecerts.py
parentMinor fix to core distributions (diff)
downloadice-80ac88ae90086013f79ac9c4568ef4d5f0e965f8.tar.bz2
ice-80ac88ae90086013f79ac9c4568ef4d5f0e965f8.tar.xz
ice-80ac88ae90086013f79ac9c4568ef4d5f0e965f8.zip
ICE-3249 - Test CA in windows keystore?
Diffstat (limited to 'certs/makecerts.py')
-rwxr-xr-xcerts/makecerts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/makecerts.py b/certs/makecerts.py
index d8bb198bb41..e78b9b501c0 100755
--- a/certs/makecerts.py
+++ b/certs/makecerts.py
@@ -381,7 +381,7 @@ if (lang == "java" or lang == None) and (force or not os.path.exists(truststore)
if e.output.find("java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider") != -1:
print("")
print("WARNING: BouncyCastleProvider not found cannot export certificates for android demos in BKS format.")
- print(" You can download BKS provider from http://www.bouncycastle.org/latest_releases.html.")
+ print(" You can download BKS provider from http://www.bouncycastle.org/download/bcprov-jdk15on-146.jar.")
print(" After download copy the JAR to $JAVA_HOME/lib/ext where JAVA_HOME points to your JRE")
print(" and run this script again.")
print("")