This commit is contained in:
parent
475bcde64c
commit
65ce8cfbdf
1 changed files with 4 additions and 0 deletions
|
@ -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`.
|
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
|
## Default SSL Certificate
|
||||||
|
|
||||||
NGINX provides the option to configure a server as a catch-all with
|
NGINX provides the option to configure a server as a catch-all with
|
||||||
|
|
Loading…
Reference in a new issue