You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2020/10/30 11:39:32 UTC

[activemq-artemis] branch master updated: ARTEMIS-2937: remove a couple of unecessary lines for alt stores, left over by mistake (c&p error)

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a5f325  ARTEMIS-2937: remove a couple of unecessary lines for alt stores, left over by mistake (c&p error)
7a5f325 is described below

commit 7a5f325b721fcbb7169cca1a0d0dc5de9f6d06cc
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Oct 30 11:38:01 2020 +0000

    ARTEMIS-2937: remove a couple of unecessary lines for alt stores, left over by mistake (c&p error)
---
 .../broker-connection/amqp-sending-overssl/store-generation.txt         | 2 --
 1 file changed, 2 deletions(-)

diff --git a/examples/features/broker-connection/amqp-sending-overssl/store-generation.txt b/examples/features/broker-connection/amqp-sending-overssl/store-generation.txt
index 2a23958..a60aeae 100644
--- a/examples/features/broker-connection/amqp-sending-overssl/store-generation.txt
+++ b/examples/features/broker-connection/amqp-sending-overssl/store-generation.txt
@@ -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/