Created
September 27, 2015 16:42
-
-
Save fijimunkii/f5570e895e4f590d9135 to your computer and use it in GitHub Desktop.
certificate key matcher
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 certificate.crt | openssl md5 | |
openssl rsa -noout -modulus -in privateKey.key | openssl md5 | |
openssl req -noout -modulus -in CSR.csr | openssl md5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment