Re: kafka 2 way ssl authentication

2021-06-04 Thread Ran Lupovich
Share your new configs and logs בתאריך יום ו׳, 4 ביוני 2021, 12:06, מאת Dhirendra Singh ‏< dhirendr...@gmail.com>: > I tried the keytool command suggested by you. still getting the same error. > > On Fri, Jun 4, 2021 at 10:50 AM Ran Lupovich > wrote: > > > The default format is jks, > > > > > >

Re: kafka 2 way ssl authentication

2021-06-04 Thread Dhirendra Singh
I tried the keytool command suggested by you. still getting the same error. On Fri, Jun 4, 2021 at 10:50 AM Ran Lupovich wrote: > The default format is jks, > > > use keytool to create a Java KeyStore (JKS) with the certificate and key > for use by Kafka. You'll be prompted to create a new

Re: kafka 2 way ssl authentication

2021-06-03 Thread Ran Lupovich
The default format is jks, use keytool to create a Java KeyStore (JKS) with the certificate and key for use by Kafka. You'll be prompted to create a new password for the resulting file as well as enter the password for the PKCS12 file from the previous step. Hang onto the new JKS password for

kafka 2 way ssl authentication

2021-06-03 Thread Dhirendra Singh
I am trying to setup 2 way ssl authentication. My requirement is broker should authenticate only specific clients. My organization has a CA which issue all certificates in pkcs12 format. steps i followed are as follows. 1. get a certificate for the broker and configured it in the broker keystore