openssl x509 -in MYCERT.crt -text -noout
Computer Tips - Openssl: Dump / list a certificate
Date: 2019nov15
OS: Linux
Language: bash
Q. Openssl: Dump / list a certificate
A. This command does it:
openssl x509 -in MYCERT.crt -text -noout