Skip to content

Commit

Permalink
Wording from SSL example wording #1244 (#1245)
Browse files Browse the repository at this point in the history
Co-authored-by: t-burch <[email protected]>
  • Loading branch information
christiangoerdes and t-burch authored Aug 30, 2024
1 parent 51a9167 commit e0468c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions distribution/examples/ssl/README.md
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) |
4 changes: 2 additions & 2 deletions distribution/examples/ssl/api-with-tls-pem/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Protecting APIs with SSL/TLS
# Protecting APIs with SSL/TLS (using PEM formatted files)

This example describes how to secure an API with SSL/TLS.
This example describes how to secure an API with SSL/TLS using PEM formatted files for the key and the certificate.


## Running the Example
Expand Down
6 changes: 3 additions & 3 deletions distribution/examples/ssl/api-with-tls-pkcs12/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Protecting APIs with SSL/TLS
# Protecting APIs with SSL/TLS (using a keystore in the PKCS12 format)

This example describes how to secure an API with SSL/TLS.
This example describes how to secure an API with SSL/TLS using a keystore in the PKCS12 format.


## Running the Example
Expand Down Expand Up @@ -50,7 +50,7 @@ The output should look like this:
< Content-Type: application/json
<
{
"success" : truet
"success" : true
}
```

Expand Down

0 comments on commit e0468c7

Please sign in to comment.