tsaarni opened a new pull request, #2336: URL: https://github.com/apache/zookeeper/pull/2336
When a PEM bundle is loaded as a trust store, each certificate is added to an in-memory `KeyStore`. Previously, the certificate’s subject name was used as the alias, which caused entries to be overwritten when multiple certificates shared the same subject name. This change assigns a unique alias to each certificate, ensuring that all certificates from the PEM bundle are preserved in the trust store. Certificates valid at the same time can share the same subject name, for example CA certificate might be reissued with a longer key or another key algorithm. -- 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]
