mirror of https://github.com/apache/activemq.git
Fixing the ssl context config
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@666658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1dc4b25c82
commit
1e7776ebd2
|
@ -78,7 +78,7 @@
|
|||
-->
|
||||
|
||||
<sslContext>
|
||||
<sslContext keyStore="file:${activemq.base}/conf/dummy.keystore" keyStorePassword="password" trustStore="file:${activemq.base}/conf/broker.ts" trustStorePassword="password"/>
|
||||
<sslContext keyStore="file:${activemq.base}/conf/broker.ks" keyStorePassword="password" trustStore="file:${activemq.base}/conf/broker.ts" trustStorePassword="password"/>
|
||||
</sslContext>
|
||||
|
||||
<!-- The maximum about of space the broker will use before slowing down producers -->
|
||||
|
|
Loading…
Reference in New Issue