Skip to content

Show fields in a SSL certificate with openssl

To use OpenSSL to get the certficate information (source):

Signing Requestopenssl req -in cert.req -text
Signed Certificateopenssl x509 -in cert.crt -text
Encrypted Private Keyopenssl rsa -in www.closetheloan.pem -text
Unencrypted Private Keyopenssl rsa -in www.closetheloan.key -text

No Comments ( Add comment / trackback )

Post a comment

(required)
(required)

Your email is never published nor shared.

(optional)
Allowed HTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>