|
Describe the bug |
Answered by
Haarolean
Feb 17, 2023
Replies: 3 comments 4 replies
|
Hi, you'd need to create a jks (or p12) keystore with the files provided and pass them into the container. |
1 reply
Answer selected by
Haarolean
|
Is there a way to pass this directly in the HELM chart values.yaml file |
3 replies
|
moreover the password for the PKCS12 is in the secret itself it can be passed by directly mounting the secret as VolumeMounts and getting it from there. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you'd need to create a jks (or p12) keystore with the files provided and pass them into the container.
Here's an example docker-compose file for SSL-enabled kafka.