Displaying Certificate Info

Displaying Certificate Info#

See Displaying Certificate Info.

Decoding Certificate#

To decode the entire certificate:

$ AtoB example.pem example.der
$ dumpasn1 example.der

To display subject DN encoding:

$ openssl x509 -in example.crt -subject -nameopt multiline,show_type -noout

See Also#