Re: Using different SSL keystore and truststore for different listeners

2017-09-23 Thread Manikumar
Yes, It was missing in the Kafka documentation. I will raise PR to the update docs. On Sat, Sep 23, 2017 at 8:06 PM, Jakub Scholz wrote: > Hi, > > Thanks for your answer. The "listener.name.client.ssl.keystore.location" > trick is exactly what I was looking for. Did I missed it somewhere in the

Re: Using different SSL keystore and truststore for different listeners

2017-09-23 Thread Jakub Scholz
Hi, Thanks for your answer. The "listener.name.client.ssl.keystore.location" trick is exactly what I was looking for. Did I missed it somewhere in the regular documentation? Or is it mentioned only in the KIP? Thanks & Regards Jakub On Sat, Sep 23, 2017 at 11:05 AM, Manikumar wrote: > Hi, > >

Re: Using different SSL keystore and truststore for different listeners

2017-09-23 Thread Manikumar
Hi, We can override per listener security settings. This way we can configure each listener to with different configs. https://issues.apache.org/jira/browse/KAFKA-4636 On Fri, Sep 22, 2017 at 2:00 PM, Jakub Scholz wrote: > Hi, > > I would like to setup my Kafka cluster so that it has several

Using different SSL keystore and truststore for different listeners

2017-09-22 Thread Jakub Scholz
Hi, I would like to setup my Kafka cluster so that it has several SSL listeners (for replication, for clients in internal network, for clients in external network etc.). But I need to use different certificates for each listener. In particular I need: * different server keys (keystore) because the