Skip to content

Instantly share code, notes, and snippets.

@pedro380085
Last active August 29, 2015 14:08
Show Gist options
  • Save pedro380085/a3a46dc9fe8a961c6d67 to your computer and use it in GitHub Desktop.
Save pedro380085/a3a46dc9fe8a961c6d67 to your computer and use it in GitHub Desktop.
Compare SSL Certificates and Private Key
$ 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