File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
examples/features/encryption Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,15 @@ successfully up.
9090In mutual TLS (mTLS), the client and the server authenticate each other. gRPC
9191allows users to configure mutual TLS at the connection level.
9292
93+ In this example, we use the public/private keys created ahead:
94+
95+ * "server_cert.pem" contains the server certificate (public key).
96+ * "server_key.pem" contains the server private key.
97+ * "ca_cert.pem" contains the certificate (certificate authority) that can verify the server's certificate.
98+ * "client_cert.pem" contains the client certificate (public key).
99+ * "client_key.pem" contains the client private key.
100+ * "client_ca_cert.pem" contains the certificate (certificate authority) that can verify the client's certificate.
101+
93102In normal TLS, the server is only concerned with presenting the server
94103certificate for clients to verify. In mutual TLS, the server also loads in a
95104list of trusted CA files for verifying client presented certificates with.
You can’t perform that action at this time.
0 commit comments