-
Bug
-
Resolution: Unresolved
-
Major
-
1.3.0.GA
-
None
-
1
-
Documentation (Ref Guide, User Guide, etc.)
-
-
-
-
-
As per our ssl setup for amq images requires the broker.ks and broker.ts and our docs only shows how to create the broker.ks, we should add how to create the trustStore on the xpaas image.
function sslEnabled() { [ -n "$AMQ_KEYSTORE_TRUSTSTORE_DIR" -a -n "$AMQ_KEYSTORE" -a -n "$AMQ_TRUSTSTORE" -a -n "$AMQ_KEYSTORE_PASSWORD" -a -n "$AMQ_TRUSTSTORE_PASSWORD" ] }
link for reference: https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_jboss_a-mq_for_openshift/get_started#configuring_ssl
How to configure: http://activemq.apache.org/how-do-i-use-ssl.html
Under client certificates section.
- is documented by
-
CLOUD-106 [EAP6] Add support for keystore/trustore in EAP/A-MQ integration configuration
- Closed
- relates to
-
CLOUD-1971 [EAP] Introduce helloworld-mdb-tls (or helloworld-mdb-amq-tls) quickstart
- New
-
CLOUD-1970 [AMQ] Introduce AMQ_TRANSPORT_ENABLED_PROTOCOLS variable (to allow explicitly to specify enabled security protocols)
- Verified