kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!
MIT License
417 stars 113 forks source link

JKS HTTPS support #565

Closed hanserasmus closed 1 year ago

hanserasmus commented 1 year ago

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.

miller45 commented 1 year ago

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:

hanserasmus commented 1 year ago

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