Skip to content

Commit 822afd1

Browse files
committed
Correcting path for cert location
1 parent 65e58fb commit 822afd1

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)