From 65ce8cfbdf1bd095bbc50723472118396ac5cfe2 Mon Sep 17 00:00:00 2001 From: kevgrig Date: Sun, 13 Jun 2021 10:17:03 -0700 Subject: [PATCH] Issue #7153: Add note about matching host names in TLS user guide (#7239) --- docs/user-guide/tls.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-guide/tls.md b/docs/user-guide/tls.md index cc2ef088b..237543b3a 100644 --- a/docs/user-guide/tls.md +++ b/docs/user-guide/tls.md @@ -18,6 +18,10 @@ kubectl create secret tls ${CERT_NAME} --key ${KEY_FILE} --cert ${CERT_FILE} The resulting secret will be of type `kubernetes.io/tls`. +## Host names + +Ensure that the relevant [ingress rules specify a matching host name](https://kubernetes.io/docs/concepts/services-networking/ingress/#tls). + ## Default SSL Certificate NGINX provides the option to configure a server as a catch-all with