You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Koushik Chitta <kc...@microsoft.com.INVALID> on 2018/04/05 01:29:04 UTC

SSL Keymanager implementation using OS managed keystore

Hi,

Running kafka on Windows OS, I would like to take advantage of  windows managed keystore (eg: Windows-MY, can be loaded without a user, pass) .Eventually wants to use a custom keymanager implementation.
From the code I see, SSLFactory doesn't allow to use an existing keystore and without keystore It cannot load a custom keymanager implementation.  Is my understanding correct here  ? Any suggestions are welcome.

Best Regards,
Koushik