Skip to content

Commit

Permalink
Merge pull request kubernetes#24285 from psykulsk/patch-1
Browse files Browse the repository at this point in the history
Fix Common Name in Ingress TLS docs to match the name used in example.
  • Loading branch information
k8s-ci-robot authored Oct 1, 2020
2 parents 6f1ec19 + 996f433 commit 33f77f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/services-networking/ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ type: kubernetes.io/tls
Referencing this secret in an Ingress tells the Ingress controller to
secure the channel from the client to the load balancer using TLS. You need to make
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 `sslexample.foo.com`.
Name (CN), also known as a Fully Qualified Domain Name (FQDN) for `https-example.foo.com`.

{{< codenew file="service/networking/tls-example-ingress.yaml" >}}

Expand Down

0 comments on commit 33f77f0

Please sign in to comment.