ARTEMIS-2937: remove a couple of unecessary lines for alt stores, left over by mistake (c&p error)

This commit is contained in:
Robbie Gemmell 2020-10-30 11:38:01 +00:00
parent 981b516479
commit 7a5f325b72
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@ keytool -storetype pkcs12 -keystore activemq.example.keystore -storepass activem
# Create trust store, import the CA cert:
# -------------------------------------------------------
keytool -storetype pkcs12 -keystore activemq.example.truststore -storepass activemqexample -keypass activemqexample -importcert -alias ca -file ca.crt -noprompt
keytool -importkeystore -srckeystore activemq.example.truststore -destkeystore broker-jceks.truststore -srcstoretype pkcs12 -deststoretype jceks -srcstorepass activemqexample -deststorepass activemqexample
keytool -importkeystore -srckeystore activemq.example.truststore -destkeystore broker-jks.truststore -srcstoretype pkcs12 -deststoretype jks -srcstorepass activemqexample -deststorepass activemqexample
# Copy the stores into place
cp activemq.example.truststore src/main/resources/activemq/server1/