Unable to use custom certs signed by a public CA for client authentication #10893
Replies: 2 comments 3 replies
-
For a start, you should probably explain how do you expect the Public CA to work for this use-case. Public CAs are not suitable for client authentication. You also need to explain what exactly are you putting into the different Secrets and truststores/keystores as without that the commands have no meaning. Also, keep in mind that the first error suggests some configuration or networking issue - so that would be even before the whole client authentication comes in. But the SSL errors are sometimes misleading, so who knows. |
Beta Was this translation helpful? Give feedback.
-
Hi @scholzj, Im trying to setup strimzi in production, where i want to use certs signed by an public CA for clients ( producers and consumers ) to authenticate using that signed certs. This is what im trying to achieve. If my initial is not the right way to achieve this. can you please guide me with the right approach to get this working? should i be using brokerCertChainAndKer instead of custom client CA? |
Beta Was this translation helpful? Give feedback.
-
Here is the error which im facing when trying to list topics
/bin/kafka-topics.sh --bootstrap-server mydomain.com:9093 --list --command-config /root/client.properties
Content of /root/client.properties
My kafka deployment file
Created my-kafka-clients-ca and my-kafka-clients-ca-cert
Create kafka user
Commands used to create truststore.jks and keystore.jks
I don't have any issue while using strimzi operator signed clientCa, facing this error when trying to use custom cert for client authentication.
Can you help me to understanding which step am i missing here or what wrong am i doing?
Beta Was this translation helpful? Give feedback.
All reactions