improvement about ssl in JMS broker
------------------------------------
Key: GERONIMO-4806
URL: https://issues.apache.org/jira/browse/GERONIMO-4806
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Components: documentation
Affects Versions: 2.2
Reporter: Bin He
1、click "JMS Server" porlet
2、click "Add JMS Broker"
3、input "testBroker" as broker name
4、I need to update this xml file like this:
<transportConnectors>
<!--
<transportConnector name="openwire"
uri="tcp://${ServerHostname}:${* + ${PortOffset}}" />
<transportConnector name="openwire2"
uri="tcp://${ServerHostname}:${* + ${PortOffset}}"
discoveryUri="multicast://default"/>-->
<transportConnector name="ssl" uri="ssl://${ServerHostname}:${60009
+ ${PortOffset}}"/>
<!--
<transportConnector name="stomp" uri="stomp://${ServerHostname}:${*
+ ${PortOffset}}"/>
-->
</transportConnectors>
<sslContext>
<sslContext keyStore="file:${activemq.data}/a.ks"
keyStorePassword="secret"
trustStore="file:${activemq.data}/a.ks"
trustStorePassword="secret"/>
</sslContext>
5、 I need to copy any keystore file(geronimo-default or any other keystore
file that I have created) in <geronimo-home>/var/security/keystores/ to
<geronimo-home>/var/activemq/data/$brokerName/
and rename this keystore file as "a.ks".(Note in this case the brokerName is
testBroker).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.