Issue #7153: Add note about matching host names in TLS user guide (#7239)

This commit is contained in:
kevgrig 2021-06-13 10:17:03 -07:00 committed by GitHub
parent 475bcde64c
commit 65ce8cfbdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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