You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using keytool to generate my SSL certificates and therefore I'm using the following client.properties file to authenticate my clients with the Kafka server:
security.protocol=SSL
ssl.truststore.location=some_dir/truststore.jks
ssl.keystore.location=some_dir/keystore.jks
ssl.keystore.password=mypass
ssl.key.password=mypass
I need to use these properties for creating an ACL, but all the examples i've found are using PEM files generated by OpenSSL.