Hi all,

we are using the STOMP protocol to send messages and ActiveMQ Artemis
is acting as the client hosted in WildFly 35. We want to use Netty SSL
with our existing keystore and an existing key/certificate. The
key/certificate is secured with its own password. In WildFly terms,
these are the keystore password and the key manager password.

As shown in the documentation, it is currently only possible to set a
keyStorePassword:
https://activemq.apache.org/components/artemis/documentation/latest/configuring-transports.html#configuring-netty-ssl

As seen in the code here, the keyStorePassword is also used to
initialize the key, and there is no possibility to set an additional
password: 
https://github.com/apache/activemq-artemis/blob/bd2a7402cbd8ea591b64507aa0fd7199583a0f70/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/ssl/SSLSupport.java#L389

Would you consider adding an additional parameter called "keyPassword"
or "keyManagerPassword" to support this use case? If this is something
you'd be open to supporting, I’d be happy to open a Jira issue for the
feature request.

Thank you very much for your time and consideration!

Greetings
Manuel K

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org
For additional commands, e-mail: users-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to