Skip to content

Instantly share code, notes, and snippets.

@dwallraff
Last active September 29, 2016 13:52
Show Gist options
  • Save dwallraff/a8384aef02e9cdfc8356 to your computer and use it in GitHub Desktop.
Save dwallraff/a8384aef02e9cdfc8356 to your computer and use it in GitHub Desktop.
Compare fingerprints of server key and certificate (they should match)
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