ARTEMIS-2937: remove a couple of unecessary lines for alt stores, left over by mistake (c&p error)
This commit is contained in:
parent
981b516479
commit
7a5f325b72
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue