X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=config%2FgenerateTruststoreNRE.sh;h=3978d2d3459a5c4be200545f3b0079242f2d36bf;hp=4955a1f9c08435f6dceb21c6b440c98463b637d2;hb=HEAD;hpb=aa1960e50ccb1299a3e91cb833dbb5fdebc70111 diff --git a/config/generateTruststoreNRE.sh b/config/generateTruststoreNRE.sh index 4955a1f9..3978d2d3 100755 --- a/config/generateTruststoreNRE.sh +++ b/config/generateTruststoreNRE.sh @@ -7,7 +7,7 @@ rm -f cacerts.jks function import(){ name=$1 - keytool -importcert -keystore ../config/cacerts.jks -file "$1.crt" -alias own -storepass "changeit" -alias "$(basename $name)" $2 + keytool -importcert -keystore ../config/cacerts.jks -file "$1.crt" -storepass "changeit" -alias "$(basename $name)" $2 } function importP(){