From 454a0918641ca853fc49fa1738249478000360e6 Mon Sep 17 00:00:00 2001 From: Jimmy Chen <28548492+JimmyCYJ@users.noreply.github.com> Date: Tue, 10 Sep 2019 12:17:56 -0700 Subject: [PATCH] Revise ingress-sds user guide (#4946) * add space after - * revise * Update content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md Co-Authored-By: Frank Budinsky * Update content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md Co-Authored-By: Frank Budinsky --- .../traffic-management/ingress/secure-ingress-sds/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md b/content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md index 38b5eedcf7..5934a48b35 100644 --- a/content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md +++ b/content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md @@ -542,10 +542,10 @@ $ kubectl create -n istio-system secret generic httpbin-credential \ 1. Instead of creating a `httpbin-credential` secret to hold all the credentials, you can create two separate secrets: - -`httpbin-credential` holds the server's key and certificate - -`httpbin-credential-cacert` holds the client's CA certificate and must have the `-cacert` suffix + * `httpbin-credential` holds the server's key and certificate + * `httpbin-credential-cacert` holds the client's CA certificate and must have the `-cacert` suffix -Create the two separate secrets with the following commands: + Create the two separate secrets with the following commands: {{< text bash >}} $ kubectl -n istio-system delete secret httpbin-credential