Skip to content

Commit

Permalink
Re-wrap to 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiBargu committed Mar 22, 2024
1 parent e47ef2a commit 8cb5445
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/features/encryption/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Encryption

The example for encryption includes three individual examples for TLS, ALTS

and mTLS encryption mechanism respectively.

## Try it
Expand Down Expand Up @@ -99,15 +98,13 @@ In this example, we use the public/private keys created ahead of time:
* "server_key.pem" contains the server private key.

* "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 of certificate authority

that can verify the client's certificate.

In normal TLS, the server is only concerned with presenting the server
Expand Down

0 comments on commit 8cb5445

Please sign in to comment.