Skip to content

Commit 8b39403

Browse files
author
Der Wei Chan
committed
Add command to decode the cert
1 parent b5415aa commit 8b39403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scst-store/multicluster-setup.hbs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ With your kubectl targeted at the View cluster, you can get Metadata Store's TLS
4444
CA certificate.
4545

4646
```console
47-
MDS_CA_CERT=$(kubectl get secret -n metadata-store ingress-cert -o json | jq -r ".data.\"ca.crt\"")
47+
MDS_CA_CERT=$(kubectl get secret -n metadata-store ingress-cert -o json | jq -r ".data.\"ca.crt\"" | base64 -d)
4848
```
4949

5050
### <a id='copy-ceh-ca'></a>Copy AMR CloudEvent Handler CA certificate data from the View cluster

0 commit comments

Comments
 (0)