openssl x509 -in cert.pem -text -noout
Category: Self-Hosting
openssl x509 -in cert.pem -text -noout
Display all details of a certificate — subject, issuer, validity, SANs, and key info
Dumps all fields of a certificate in human-readable format — subject, issuer, validity period, Subject Alternative Names, and key algorithm.