Kafka certificate management - cert manager #5312
Unanswered
pashafirdous1
asked this question in
Q&A
Replies: 1 comment 8 replies
-
You want to use that as a custom CA used by Strimzi or as the server certificates? Strimzi expects a fixed structure in the secrets. So you would need to follow it. That might require you to have something to copy and transform the secret created by CertManager to the right format. The docs - in the chapter about using the custom CA - describes the structure of the C secrets. |
Beta Was this translation helpful? Give feedback.
8 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.
-
Kafka certificate management
Hello,
Kafka version 0.17.0
i'm trying to configure Kafka to pickup certs generated by the cert-manger
when i use the default certs generated by cert manager (ca.crt, tls.crt, tls.key) for the clients secrets, the operator is able to recognize them and brings up the cluster.
but when i use the same secrets for cluster secrets, it is giving me a NullPointerException.
Please let us know
P.S. i have referred to the LetsEncrypt blog and it wont solve our use case.
CA certificate config
regards,
Pasha
Beta Was this translation helpful? Give feedback.
All reactions