hyperxpro opened a new pull request, #6325:
URL: https://github.com/apache/artemis/pull/6325

   Motivation:
   
   A JKS keystore can have a private key password that differs from the 
keystore password (e.g. keytool -genkey -storepass keystore123 -keypass 
keypass123). Currently, Artemis uses keyStorePassword for both opening the 
keystore and accessing the private key, so such keystores cannot be used.
   
   Modification:                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                            
   
   Added a new keyPassword parameter to the Netty SSL acceptor and connector 
configuration. When set, it is used to access the private key; when not set, 
keyStorePassword is used as before.
   
   Result:
   Fixes: [ARTEMIS-5599](https://issues.apache.org/jira/browse/ARTEMIS-5599)


-- 
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]

Reply via email to