how to set GRPC tls support with ssl certificate from CA #32506
Unanswered
drsarutobi8
asked this question in
Q&A
Replies: 1 comment
-
/cc @alesj (grpc), @cescoffier (grpc) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've run the example in grpc-tls-quickstart project successfully with self-sign certificate.
application.properties
but I am not sure how to apply with files from my CA (Starfield Technology).
Here are the lis of files I got:
8d85951185bc204c.crt -> SSL Certificate (its content starts with -----BEGIN CERTIFICATE----- )
8d85951185bc204c.pem -> SSL Certificate (same content as the first one but different extension)
sf_bundle-g2-g1.crt -> Certificate Bundles - G2 With Cross to G1, includes Root
Please help.
Br,
Apichat
Beta Was this translation helpful? Give feedback.
All reactions