Re: Reg: SSL setup

2016-08-04 Thread Samuel Taylor
Hi Bharat, As a disclaimer, I haven't tried it, but it seems like you would have to import: - Each server's certificate into the truststore of each client - (if ssl.client.auth=required) Each client's certificate into the truststore of each server - (if security.inter.broker.protocol=SSL) Each se

Reg: SSL setup

2016-08-03 Thread BigData dev
Hi, Can you please provide information on Self signed certificate setup in Kafka. As in Kafka documentation only CA signed setup is provided. http://kafka.apache.org/documentation.html#security_ssl As because, we need to provide parameters trustore, keystore during configuration. Or to work wit