Updated ingress.md TLS section

This commit is contained in:
Vladimir Masarik
2020-08-28 15:31:39 +02:00
committed by Vladimir Masarik
parent cc3e0de09f
commit 73780ca1bd
@@ -413,6 +413,13 @@ secure the channel from the client to the load balancer using TLS. You need to m
sure the TLS secret you created came from a certificate that contains a Common sure the TLS secret you created came from a certificate that contains a Common
Name (CN), also known as a Fully Qualified Domain Name (FQDN) for `https-example.foo.com`. Name (CN), also known as a Fully Qualified Domain Name (FQDN) for `https-example.foo.com`.
{{< note >}}
Keep in mind that TLS will not work on the default rule because the
certificates would have to be issued for all the possible sub-domains. Therefore,
`hosts` in the `tls` section need to explicitly match the `host` in the `rules`
section.
{{< /note >}}
{{< codenew file="service/networking/tls-example-ingress.yaml" >}} {{< codenew file="service/networking/tls-example-ingress.yaml" >}}
{{< note >}} {{< note >}}