Created
January 19, 2016 18:19
-
-
Save jcmartins/11ac2a79dacc7d96c213 to your computer and use it in GitHub Desktop.
Compare CSR, KEY and CRT to ensure that matches:
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
Compare CSR, KEY and CRT to ensure that matches: | |
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