-
Bug
-
Resolution: Done
-
Major
-
None
-
OSSM 2.0.0
-
None
Reported by: balki404
The istio-proxy container in the $RATINGSPOD/any of the application pods doesn't have the cert-chain.pem in the path /etc/certs. This instruction seems to be misleading.
There is a screen shot attached to the Bugzilla.
Comment is in regards to Step 2 in this procedure:
Heading = Verifying your certificates
Use the Bookinfo sample application to verify your certificates are mounted correctly. First, retrieve the mounted certificates. Then, verify the certificates mounted on the pod.
- Store the pod name in the variable RATINGSPOD.
$ RATINGSPOD=`oc get pods -l app=ratings -o jsonpath='{.items[0].metadata.name}'` - Run the following commands to retrieve the certificates mounted on the proxy.
$ 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.
$ oc exec -it $RATINGSPOD -c istio-proxy – /bin/cat /etc/certs/cert-chain.pem > /tmp/pod-cert-chain.pem
- relates to
-
OSSM-2580 [DDF] Clarify name of default certificates generated by Service Mesh
-
- Closed
-
- links to
(3 links to)