-
Hello, I have installed amq-streams operator in openshift, and also configured listener with route and tls on 9094, and also using custom certificate and key in I also created clientCa like below ( I used the same key and crt that I used in brokerCertChainAndKey for testing.) When I try to connect from Aws lamba kafka client, I added certificate and privateKey in this section "Secrets Manager key" and root ca in this section "Encryption" like it showed in the below image. Now aws kafka client shows this msg:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I have no idea about how is your client configured or how does it work. You should probably start with the regular Kafka Java Consumer / Producer APIs as they are well known. It is also not really clear how you actually create the user certificate or how you configure the certificates in your client. So I think you will need to go into a bit more detail to explain what and how you do. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
The user certificate / keystore has to be a certificate signed by the Clients CA. It has nothing to do with the listener server certificate.
That does not answer the question about how you generated the certificate. This certificate is what you need to use in the keystore. It also should have in the subject only the common name with the name …