SSL via PEM Support #2976
-
Hi all, I have a Kafka cluster making use of PEM + KEY file for its SSL setup: The Kafka server successfully started, now I want to connect the Kafka UI to it making use of the SSL setup, but the documentation is only mentioning .jks. Over PLAINTEXT it obviously works, but I need to have it secured as the UI will be running in a different location (UI in AWS towards Kafka on prem) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, yeah, that's possible.
and other properties you'd need have to be formatted the same way. |
Beta Was this translation helpful? Give feedback.
Hey, yeah, that's possible.
and other properties you'd need have to be formatted the same way.
Some of thme (ssl related) you can find here