From 326d8a38e7f48c84db0589adef0cff06c2a4e311 Mon Sep 17 00:00:00 2001 From: Jeana Routh Date: Thu, 25 Mar 2021 10:59:37 -0400 Subject: [PATCH] Correcting path for cert location --- modules/ossm-security-cert-manage.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ossm-security-cert-manage.adoc b/modules/ossm-security-cert-manage.adoc index 2cb0fdd3d4..e00ee8c2be 100644 --- a/modules/ossm-security-cert-manage.adoc +++ b/modules/ossm-security-cert-manage.adoc @@ -70,7 +70,7 @@ $ RATINGSPOD=`oc get pods -l app=ratings -o jsonpath='{.items[0].metadata.name}' + [source,terminal] ---- -$ oc exec -it $RATINGSPOD -c istio-proxy -- /bin/cat /etc/certs/root-cert.pem > /tmp/pod-root-cert.pem +$ oc exec -it $RATINGSPOD -c istio-proxy -- /bin/cat /var/run/secrets/istio/root-cert.pem > /tmp/pod-root-cert.pem ---- + The file `/tmp/pod-root-cert.pem` contains the root certificate propagated to the pod.