Setup MTLS using Cert-Manager as CA #6511
Replies: 4 comments 7 replies
-
I'm not sure I got completely right what you are trying to do ... but ...
|
Beta Was this translation helpful? Give feedback.
-
Hi @mohitruhaan |
Beta Was this translation helpful? Give feedback.
-
Hello @mohitruhaan This is the RM Insider Threat team contacting you to alert that our company data has been exposed to public. |
Beta Was this translation helpful? Give feedback.
-
@scholzj per #6511 (comment) I think this discussion should be removed, or the comments #6511 (reply in thread) and #6511 (comment) should be edited to not include the domain in question (funny that a threat team includes a reference to their secret domain 😅 ) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Experts,
Hope you are doing well!
We are using Strimzi 0.27.1 with Kafka 2.8.0 and trying to setup MTLS between Kafka and Clients. We are using Cert-Manager to get the Certificates signed and are not using Strimzi's Internal CA. Below is Listener Configuration snippet for Kafka.yaml. The secret "combine-acme" contains Chain of Trust Certificates(root and issuing crts for Cert-Manager) and a Server Certificate which is Signed by Cert-Manager.
For Client Authentication, we created below Certificate Resource and got it Signed by Cert-Manager.
Then we extracted its corresponding secret and key and dumped into PKCS#12 (keystore-client.p12) along with Cert-Manager's root and issuing certificates. We are using this as Client's Keystore (keystore-client.p12) in client-ssl-properties file.
Then we created a KafkaUser with below Yaml:
Below is the Client-ssl-Properties:
truststore-client: Contains Server Certificates.
keystore-client.p12: As referred above.
We are not able to achieve the connectivity with below error:
Can you please guide/suggest what are we missing here?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions