Created
May 17, 2017 09:32
-
-
Save lukearmstrong/5612af9a8433fd8f6f436cbd5e5ab799 to your computer and use it in GitHub Desktop.
Verify SSL Certificates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl x509 -noout -modulus -in certificate.crt | openssl md5 | |
openssl rsa -noout -modulus -in private-key.key | openssl md5 | |
openssl req -noout -modulus -in certificate-signing-request.csr | openssl md5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment