Skip to content

Instantly share code, notes, and snippets.

@sintaxi
Created April 27, 2015 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sintaxi/26924fc02788fa6e4075 to your computer and use it in GitHub Desktop.
Save sintaxi/26924fc02788fa6e4075 to your computer and use it in GitHub Desktop.
check to see if cert used key.
(openssl x509 -noout -modulus -in my.crt | openssl md5 ; openssl rsa -noout -modulus -in my.key | openssl md5) | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment