Openssl

From Wiki
Revision as of 16:17, 19 May 2015 by Scott (talk | contribs) (Created page with "{{lowercase title}} Read a certificate: <pre> openssl x509 -noout -text -in yourcert.cert </pre> The Issuer should be the Certificate Authority. The Subject should represent...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Read a certificate:

openssl x509 -noout -text -in yourcert.cert

The Issuer should be the Certificate Authority. The Subject should represent the organization behind the server.


These commands should match for a certificate/private key pair:

openssl x509 -noout -modulus -in certificate.crt | openssl md5

openssl rsa -noout -modulus -in privateKey.key | openssl md5