kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JKS HTTPS support

hanserasmus opened this issue · comments

Not really a bug, but not sure where else to ask. Does this application still not support JKS files? I am trying to get a poc running with SSL self-signed certs on a confluent-platform deployed via ansible. After reading the docs, I only realised today that JKS is not supported. Just wanted to know if this is still the case, or if it was just an omission in the docs.

Im not a java pro, but as nobody answered in 4 days: I am confused by the documentation (and the examples) too. Because the files all end with .jks there, which suggest their are java keystore files. But an exploration of the jks files in this repository (dir /example/jks/) shows that they are actually pkcs12 files, even though they have a jks extension.
If have to fiddle around with self-signed-certs today too, and will try these methods:

It works with pure jks. So the docs just need to be updated.