From 472d732804e5e6ad7c6cc20701d34e5729ce156b Mon Sep 17 00:00:00 2001 From: Chunlin Yang Date: Tue, 18 Feb 2020 16:33:27 +0800 Subject: [PATCH] Correct typo (#6463) Signed-off-by: clyang82 --- .../docs/tasks/security/citadel-config/plugin-ca-cert/index.md | 2 +- .../docs/tasks/security/citadel-config/plugin-ca-cert/index.md | 2 +- .../docs/tasks/security/citadel-config/plugin-ca-cert/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/tasks/security/citadel-config/plugin-ca-cert/index.md b/content/en/docs/tasks/security/citadel-config/plugin-ca-cert/index.md index 96fa041e95..7b98f45cda 100644 --- a/content/en/docs/tasks/security/citadel-config/plugin-ca-cert/index.md +++ b/content/en/docs/tasks/security/citadel-config/plugin-ca-cert/index.md @@ -52,7 +52,7 @@ The following steps enable plugging in the certificates and key into Citadel: Citadel will read certificates and key from the secret-mount files. {{< text bash >}} - $ istioctl manifest apply --set values.global.mtls.enabled=true,values.security.selfSigned=false + $ istioctl manifest apply --set values.global.mtls.enabled=true --set values.security.selfSigned=false {{< /text >}} 1. To make sure the workloads obtain the new certificates promptly, diff --git a/content/pt-br/docs/tasks/security/citadel-config/plugin-ca-cert/index.md b/content/pt-br/docs/tasks/security/citadel-config/plugin-ca-cert/index.md index cb7c154b15..4c349cc163 100644 --- a/content/pt-br/docs/tasks/security/citadel-config/plugin-ca-cert/index.md +++ b/content/pt-br/docs/tasks/security/citadel-config/plugin-ca-cert/index.md @@ -52,7 +52,7 @@ The following steps enable plugging in the certificates and key into Citadel: Citadel will read certificates and key from the secret-mount files. {{< text bash >}} - $ istioctl manifest apply --set values.global.mtls.enabled=true,values.security.selfSigned=false + $ istioctl manifest apply --set values.global.mtls.enabled=true --set values.security.selfSigned=false {{< /text >}} 1. To make sure the workloads obtain the new certificates promptly, diff --git a/content/zh/docs/tasks/security/citadel-config/plugin-ca-cert/index.md b/content/zh/docs/tasks/security/citadel-config/plugin-ca-cert/index.md index 3543f01989..6df4ad7ceb 100644 --- a/content/zh/docs/tasks/security/citadel-config/plugin-ca-cert/index.md +++ b/content/zh/docs/tasks/security/citadel-config/plugin-ca-cert/index.md @@ -41,7 +41,7 @@ aliases: 1. `global.mtls.enabled` 设置为 `true`,`security.selfSigned` 设置为 `false`,重新部署 Citadel。 {{< text bash >}} - $ istioctl manifest apply --set values.global.mtls.enabled=true,values.security.selfSigned=false + $ istioctl manifest apply --set values.global.mtls.enabled=true --set values.security.selfSigned=false {{< /text >}} 1. 为了确定工作负载获取了正确的证书,删除 Citadel 生成的 Secret(命名为 `istio.\*`)。在本例中就是 `istio.default`。Citadel 会签发新的证书给工作负载。