Last active
August 29, 2015 14:08
-
-
Save pedro380085/a3a46dc9fe8a961c6d67 to your computer and use it in GitHub Desktop.
Compare SSL Certificates and Private Key
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 server.crt | openssl md5 | |
$ openssl rsa -noout -modulus -in server.key | openssl md5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment