Skip to content

Commit d324879

Browse files
authored
Merge pull request #30936 from jeana-redhat/GH27619
Correcting path for cert location
2 parents 05b9e54 + 822afd1 commit d324879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ossm-security-cert-manage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $ RATINGSPOD=`oc get pods -l app=ratings -o jsonpath='{.items[0].metadata.name}'
7070
+
7171
[source,terminal]
7272
----
73-
$ oc exec -it $RATINGSPOD -c istio-proxy -- /bin/cat /etc/certs/root-cert.pem > /tmp/pod-root-cert.pem
73+
$ oc exec -it $RATINGSPOD -c istio-proxy -- /bin/cat /var/run/secrets/istio/root-cert.pem > /tmp/pod-root-cert.pem
7474
----
7575
+
7676
The file `/tmp/pod-root-cert.pem` contains the root certificate propagated to the pod.

0 commit comments

Comments
 (0)