Created
April 27, 2015 05:08
-
-
Save sintaxi/26924fc02788fa6e4075 to your computer and use it in GitHub Desktop.
check to see if cert used key.
This file contains hidden or 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 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