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 <frankb@ca.ibm.com>

* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress-sds/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
This commit is contained in:
Jimmy Chen 2019-09-10 12:17:56 -07:00 committed by Istio Automation
parent dfb41ae672
commit 454a091864
1 changed files with 3 additions and 3 deletions

View File

@ -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