Update README.adoc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user