zh-translation/content/en/docs/tasks/traffic-management/ingress/secure-ingress/index.md (#10065)

This commit is contained in:
youhonglian 2021-07-15 19:57:18 +08:00 committed by GitHub
parent 9f976eb0f4
commit 886ee04571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -52,10 +52,6 @@ test: yes
$ kubectl create -n istio-system secret tls httpbin-credential --key=httpbin.example.com.key --cert=httpbin.example.com.crt
{{< /text >}}
{{< warning >}}
Secret 名字 **不能**`istio``prometheus` 开头, 且不能包含 `token` 字段。
{{< /warning >}}
1. 为端口443定义一个带有 `servers:` 部分的网关,并将 `credentialName` 的值指定为 `httpbin-credential`。这些值与 Secret 名称相同。 TLS 模式的值应为 `SIMPLE`
{{< text bash >}}