From 62711dc4341a626b68a689074308a104c6a47cb2 Mon Sep 17 00:00:00 2001 From: danehans Date: Tue, 18 Oct 2022 08:19:16 -0700 Subject: [PATCH] Adds kubectl patch for adding https listener Signed-off-by: danehans --- docs/user/secure-gateways.md | 40 ++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/docs/user/secure-gateways.md b/docs/user/secure-gateways.md index 02246b4a13df..af37505f8398 100644 --- a/docs/user/secure-gateways.md +++ b/docs/user/secure-gateways.md @@ -41,28 +41,24 @@ kubectl create secret tls example-cert --key=www.example.com.key --cert=www.exam Update the Gateway from the Quickstart guide to include an HTTPS listener that listens on port `8443` and references the `example-cert` Secret: -```console -$ cat <