Load SSL Certificates from Memory Buffer. #3680
Unanswered
FBaumeister
asked this question in
Q&A
Replies: 1 comment
-
I believe something like But you could just as well just pass the PEM string directly to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
when I set up my Producer via the config using ssl.ca.location everything works fine.
Now I want to set it up via set_ssl_cert but I get strange behaviour as config variables for ssl.ca.pem and ssl.certificate.pem and ssl.key.location do all seem to contain the same value after manipulating some entries with set_ssl_cert.
Now on top of that I need to use DER Format with set_ssl_cert but I really cannot figure out how or better which config variables I have to provide when providing the certificates from a memory buffer.
Can somebody help me?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions