Add explanation for "CN" (#16714)
* Add explanation for "CN" (#16456) * Grammar nit
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
99fccb9bbe
commit
e177e4e782
@@ -319,8 +319,8 @@ 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 CN
|
||||
for `sslexample.foo.com`.
|
||||
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`.
|
||||
|
||||
```yaml
|
||||
apiVersion: networking.k8s.io/v1beta1
|
||||
|
||||
Reference in New Issue
Block a user