SSL Mirror Maker

2016-02-14 Thread Lee Hyunjung
Hi, I've set up broker ssl successfully. Here is the detail. *[broker]* 1. run shell script (generate ssl key, certificate and CA and sign the certificate) 2. here is server.properties on brokers. listeners=PLAINTEXT://:9092,SSL://:9093 ssl.keystore.location=/opt/kafka/keys/server.keystore.jks

Re: SSL Mirror Maker

2016-02-14 Thread Ismael Juma
Hi Lee, Is the CA used to sign the client certificates in the server truststore and the CA used to sign the server certificates in the client truststore? See the following blog post for a working example (including a Vagrant setup): http://www.confluent.io/blog/apache-kafka-security-authorization