diff --git a/docs/user/secure-gateways.md b/docs/user/secure-gateways.md index 73d2328a623..f007ddcb6d0 100644 --- a/docs/user/secure-gateways.md +++ b/docs/user/secure-gateways.md @@ -45,14 +45,47 @@ Store the cert/key in a Secret: kubectl create secret tls example-cert --key=www.example.com.key --cert=www.example.com.crt ``` +Update the Gateway from the Quickstart guide to include an HTTPS listener that listens on port `8443` and references the +`example-cert` Secret: + +```shell +cat <