jbonofre commented on issue #1699:
URL: https://github.com/apache/activemq/issues/1699#issuecomment-3944447149

   Just for context, the rationale is also to consolidate the SSL configuration 
across transport connector and JMX layer (management context). Today, the two 
configurations are "isolated" from each other.
   
   So, anything in this direction is a good idea.
   
   @asaxena14 as you can see in the issue description, I mentioned:
   
   ```
       <sslContext>
         <sslContext id="fooContext"
           keyStore="file:./path/broker2.ks" keyStorePassword="password"
           trustStore="file:./path/client2.ks" trustStorePassword="password"/>
       </sslContext>
   
       <managementContext>
           <managementContext createConnector="true" sslContext="#fooContext"/>
       </managementContext> 
   ```
   
   It looks very similar to what you propose (the syntax is slightly different, 
but I don't have a strong opinion on the syntax as soon as it's "user 
friendly").


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to