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.
2 parents b2cb6c3 + 29b9263 commit 6b823ebCopy full SHA for 6b823eb
content/zh/docs/concepts/services-networking/ingress.md
@@ -705,7 +705,7 @@ sure the TLS secret you created came from a certificate that contains a Common
705
Name (CN), also known as a Fully Qualified Domain Name (FQDN) for `https-example.foo.com`.
706
-->
707
在 Ingress 中引用此 Secret 将会告诉 Ingress 控制器使用 TLS 加密从客户端到负载均衡器的通道。
708
-你需要确保创建的 TLS Secret 创建自包含 `sslexample.foo.com` 的公用名称(CN)的证书。
+你需要确保创建的 TLS Secret 创建自包含 `https-example.foo.com` 的公用名称(CN)的证书。
709
这里的公共名称也被称为全限定域名(FQDN)。
710
711
{{< note >}}
0 commit comments