Questions about Transcript Security (TLS) #275
TaridaGeorge
started this conversation in
General
Replies: 1 comment
-
These are the grpc config API calls underneath, please refer to the relevant documentation of
Yes, see how it's configured in tests here |
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.
-
What does the server-cert.pem file should contain? It should have only the root_ca_cert > intermediate_ca_cert or the entire chain root_ca_cert > intermediate_ca_cert > server_cert ?
What file should I use on the client side?
Does certChain from the
forClient().trustManager(certChain)
should point to the same file as the server propertygrpc.security.cert-chain
?Beta Was this translation helpful? Give feedback.
All reactions