mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Correcting path for cert location
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
bd7753df73
commit
326d8a38e7
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user