Skip to content

Commit

Permalink
Update app/_src/kubernetes-ingress-controller/guides/security/verify-…
Browse files Browse the repository at this point in the history
…upstream-tls.md
  • Loading branch information
pmalek committed Dec 12, 2024
1 parent 78da808 commit 130c695
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ shows how to make this happen using the `BackendTLSPolicy` (when using Gateway A
## Set up an upstream service with TLS

Before we configure {{ site.kic_product_name }} to verify the certificate of the upstream service, we need to set up an
upstream service that handles TLS. We can use the `kong/goecho` service as an example. It is a simple echo server that
upstream service that handles TLS. We can use the [`kong/goecho`][kong_goecho] service as an example. It is a simple echo server that
can be configured to serve HTTPS on an arbitrary port using a TLS certificate and key pair.

[kong_goecho]: https://github.com/kong/go-echo

### Create a certificate chain

To showcase all the possible configurations, we will create a certificate chain with a root CA, an intermediate CA, and
Expand Down

0 comments on commit 130c695

Please sign in to comment.