We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05b9e54 + 822afd1 commit d324879Copy full SHA for d324879
modules/ossm-security-cert-manage.adoc
@@ -70,7 +70,7 @@ $ RATINGSPOD=`oc get pods -l app=ratings -o jsonpath='{.items[0].metadata.name}'
70
+
71
[source,terminal]
72
----
73
-$ 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
74
75
76
The file `/tmp/pod-root-cert.pem` contains the root certificate propagated to the pod.
0 commit comments