Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiBargu committed Mar 22, 2024
1 parent d93d714 commit 74b972d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/features/encryption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ In this example, we use the public/private keys created ahead of time:

* "server_cert.pem" contains the server certificate (public key).
* "server_key.pem" contains the server private key.
* "ca_cert.pem" contains the certificate (certificate authority) that can verify the server's certificate.
* "ca_cert.pem" contains the certificate of certificate authority that can verify the server's certificate.
* "client_cert.pem" contains the client certificate (public key).
* "client_key.pem" contains the client private key.
* "client_ca_cert.pem" contains the certificate (certificate authority) that can verify the client's certificate.
* "client_ca_cert.pem" contains the certificate of certificate authority that can verify the client's certificate.

In normal TLS, the server is only concerned with presenting the server
certificate for clients to verify. In mutual TLS, the server also loads in a
Expand Down

0 comments on commit 74b972d

Please sign in to comment.