Hi Jędrzej,

Artemis allows separate key store and trust store for each netty acceptor[1]
(in ActiveMQ terminology, they are called transport connectors [2][3]), ie:

<acceptors>
  <acceptor
name="netty-ssl-1">tcp://localhost:61617?sslEnabled=true&keyStorePath=/keyStorePath1&trustStorePath=/trustStorePath1</acceptor>

  <acceptor
name="netty-ssl-2">tcp://localhost:61618?sslEnabled=true&keyStorePath=/keyStorePath2&trustStorePath=/trustStorePath2</acceptor>

...

[1]
https://activemq.apache.org/components/artemis/documentation/latest/configuring-transports.html#acceptors
[2] https://activemq.apache.org/configuring-transports
[3]
https://activemq.apache.org/components/artemis/migration-documentation/connectors.html

Regards,
Domenico



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to