Get started with Istio - ading "pc secret" commands #193
Open
Description
istioctl pc secret \
-n istioinaction deploy/web-api -o json | \
jq '[.dynamicActiveSecrets[] | select(.name == "default")][0].secret.tlsCertificate.certificateChain.inlineBytes' -r | \
base64 -d | \
openssl x509 -noout -text
Add pc secret commands to show the certificate
Metadata
Assignees
Labels
No labels