chromy96 opened a new pull request #11916: URL: https://github.com/apache/kafka/pull/11916
When using PEM files, keyPassword has to be specified, while when setting private key and certificate chain as strings keyPassword is allowed to be null. This PR fixes this. Issue is described in more details here: https://issues.apache.org/jira/browse/KAFKA-12703 *Summary of testing strategy (including rationale) for the feature or bug fix. Unit and/or integration tests are expected for any behaviour change and system tests should be considered for larger changes.* Updated the appropriate test in DefaultSslEngineFactoryTest to reflect the code change. ### Committer Checklist (excluded from commit message) - [x] Verify design and implementation - [x] Verify test coverage and CI build status - [x] Verify documentation (including upgrade notes) -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org