Installing our own certificates #5552
barryzhounb
started this conversation in
General
Replies: 1 comment 5 replies
-
The Clients CA is used for generating user certificates used for TLS client authentication. The Cluster CA is used to sign the server certificates used by the brokers. So it depends what do you really want to do - it is not completely clear from your description. PS: You can also specify a server certificate on per-listener basis as an alternative to providing your own Cluster CA which is not always easy. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Kafka, there are two CAs - cluster CA and client CA.
Now we want to use our own certificates, the reason is, we have a client outside of Cloud and Kafka lives on Cloud. client needs to connect Kafka via SSL mode. Then we create our own root CA and apply to Kafka, and client's Certificate Signing Request will be assigned by this our own root CA.
My question is, which CA needs to be replaced - cluster CA or client CA ?
Beta Was this translation helpful? Give feedback.
All reactions