Update README.adoc

This commit is contained in:
Soby Chacko
2020-11-06 11:19:32 -05:00
committed by GitHub
parent 9a934c95ab
commit 1c262ef9b7

View File

@@ -287,9 +287,9 @@ Create a file called `ssldemo-client.properties` and add the following contents.
```
security.protocol=SSL
ssl.truststore.location=/Users/sobychacko/kafka-ssl/client.truststore
ssl.truststore.location=/tmp/kafka-ssl-demo/client.truststore
ssl.truststore.password=123456
ssl.keystore.location=/Users/sobychacko/kafka-ssl/jacek.keystore
ssl.keystore.location=/tmp/kafka-ssl-demo/ssldemo.keystore
ssl.keystore.password=123456
ssl.key.password=123456
ssl.enabled.protocols=TLSv1.2,TLSv1.1,TLSv1