Photo by zibik / Unsplash

TIL - Viewing x509 Certificate Details

Today I Learned Nov 5, 2022

Use the following command to view the details of an x509 certificate.

💡
Example uses the certificates generated by kubeadm tool for Kubernetes API Server.
openssl x509 -in /etc/kubernetes/pki/apiserver.crt -text -noout

Tags