mirror of https://github.com/istio/istio.io.git
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:
parent
dfb41ae672
commit
454a091864
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue