]> WPIA git - gigi.git/blobdiff - doc/scripts/generateTruststore.sh
[UPDATE-CONFIG] Move the generated keys to a more resonable location.
[gigi.git] / doc / scripts / generateTruststore.sh
diff --git a/doc/scripts/generateTruststore.sh b/doc/scripts/generateTruststore.sh
deleted file mode 100755 (executable)
index 6b96902..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# this script imports the cacert root certs
-
-wget -N http://www.cacert.org/certs/root.crt
-wget -N http://www.cacert.org/certs/class3.crt
-
-keytool -importcert -keystore ../../config/cacerts.jks -file root.crt -alias root -storepass "changeit" $1
-keytool -importcert -keystore ../../config/cacerts.jks -file class3.crt -alias class3 -storepass "changeit" $1
-keytool -importcert -keystore ../../config/cacerts.jks -file testca.crt -alias own -storepass "changeit" $1
-
-keytool -list -keystore ../../config/cacerts.jks -storepass "changeit"