Re: Config command to describe SSL certificate paramters

2020-12-03 Thread Nikolay Izhikov
Hello, Igor. Yes, we can. But, it requires access a. To the broker server via SSH b. To the JKS file itself: One who wants to get params must know JKS password and has read permission for the file. It seems to me that this kind of permissions is too high for a simple «know when

Re: Config command to describe SSL certificate paramters

2020-12-03 Thread Igor Soarez
Hi Nikolay, You can use OpenSSL s_client to check all these things. https://www.openssl.org/docs/manmaster/man1/s_client.html -- Igor On Wed, Dec 2, 2020, at 5:44 PM, Nikolay Izhikov wrote: > Hello. > > Kafka has an ability to configure SSL connections between brokers and clients. > SSL certif

Config command to describe SSL certificate paramters

2020-12-02 Thread Nikolay Izhikov
Hello. Kafka has an ability to configure SSL connections between brokers and clients. SSL certificates has different params such as * issuer * CN * validity date and so on. Values of these parameters important during maintenance: * checking