How to get CA certificate for Jaeger over gRCP (TLS) #6377
-
I'm using the new version of Jaeger (2.1.0), here is the deployment: I've no problem sending traces over gRCP with I'm trying to get a CA certificate to test the connection with TLS, please help me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @BenElferink! I'm here to help you with your Jaeger TLS setup. Let's get this sorted out together! 🤖 To generate a CA certificate for Jaeger over gRPC (TLS) without using a third-party backend, you can use a shell script like
This process will generate the necessary CA, server, and client certificates and keys for use with Jaeger over gRPC (TLS) [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
Hey @BenElferink! I'm here to help you with your Jaeger TLS setup. Let's get this sorted out together! 🤖
To generate a CA certificate for Jaeger over gRPC (TLS) without using a third-party backend, you can use a shell script like
gen-certs.sh
from the Jaeger repository, which utilizes OpenSSL. Here’s a brief overview of the steps involved:Generate a CA Key and Certificate:
Create Server and Client Keys:
Create Certificate Signing Requests (CSRs):