File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -413,6 +413,13 @@ secure the channel from the client to the load balancer using TLS. You need to m
413
413
sure the TLS secret you created came from a certificate that contains a Common
414
414
Name (CN), also known as a Fully Qualified Domain Name (FQDN) for ` https-example.foo.com`.
415
415
416
+ {{< note >}}
417
+ Keep in mind that TLS will not work on the default rule because the
418
+ certificates would have to be issued for all the possible sub-domains. Therefore,
419
+ ` hosts` in the `tls` section need to explicitly match the `host` in the `rules`
420
+ section.
421
+ {{< /note >}}
422
+
416
423
{{< codenew file="service/networking/tls-example-ingress.yaml" >}}
417
424
418
425
{{< note >}}
You can’t perform that action at this time.
0 commit comments