]> WPIA git - gigi.git/blobdiff - doc/scripts/generateTruststore.sh
[UPDATE-CONFIG] Use 3 hosts www, secure and static.
[gigi.git] / doc / scripts / generateTruststore.sh
index 12952944dc2c4596ae93bd89d285efc27f6deaea..6b969026407fe967eb1b1dd87a33313a412c1bc2 100755 (executable)
@@ -6,6 +6,6 @@ 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 jetty.crt -alias own -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"