We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2233f5 commit 996f433Copy full SHA for 996f433
content/en/docs/concepts/services-networking/ingress.md
@@ -411,7 +411,7 @@ type: kubernetes.io/tls
411
Referencing this secret in an Ingress tells the Ingress controller to
412
secure the channel from the client to the load balancer using TLS. You need to make
413
sure the TLS secret you created came from a certificate that contains a Common
414
-Name (CN), also known as a Fully Qualified Domain Name (FQDN) for `sslexample.foo.com`.
+Name (CN), also known as a Fully Qualified Domain Name (FQDN) for `https-example.foo.com`.
415
416
{{< codenew file="service/networking/tls-example-ingress.yaml" >}}
417
0 commit comments