Replies: 1 comment 2 replies
-
The listener certificates are about server certificates. So in the client, they only impact truststore. Keystore is needed only for TLS authentication. How to create the truststore depends on the formats you have. In general, you can use the Java |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am following below documentation to set up kafka listener certificate to re-use my existing certificates.
https://strimzi.io/docs/operators/latest/using.html#proc-installing-certs-per-listener-str
how can i generate truststore and keystore for my consumer?
ssl.truststore.location=
ssl.keystore.location=
Beta Was this translation helpful? Give feedback.
All reactions