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.