-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: t-burch <[email protected]>
- Loading branch information
1 parent
51a9167
commit e0468c7
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SSL/TLS Examples | ||
|
||
| Example | Description | | ||
|--------------------------------------------|--------------------------------------------------------------------------| | ||
| [to-backend](to-backend) | How to secure communication from the API Gateway to a backend server. | | ||
| [api-with-tls-pkcs12](api-with-tls-pkcs12) | How to protect APIs deployed on the Gateway with PKCS12 TLS certificates | | ||
| [api-with-tls-pem](api-with-tls-pem) | How to protect APIs deployed on the Gateway with PEM TLS certificates | | ||
| Example | Description | | ||
|--------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------| | ||
| [to-backend](to-backend) | How to secure communication from the API Gateway to a backend server. | | ||
| [api-with-tls-pkcs12](api-with-tls-pkcs12) | How to protect APIs deployed on the Gateway with TLS certificates (using a keystore in the PKCS12 format)" | | ||
| [api-with-tls-pem](api-with-tls-pem) | How to protect APIs deployed on the Gateway with TLS certificates (using PEM formatted files for the key and the certificate) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters