Display Contents of SSL Certificate from PEM File May 16, 2022 - by Zsolt Agoston - last edited on May 16, 2022Get all certificate information (like stored keys, expiry date, SANs, etc) out of a pem (also crt, cer, etc) public key file using openssl: openssl x509 -text -in [certificate file] Example
Community Questions