Skip to content

Instantly share code, notes, and snippets.

@fijimunkii
Created September 27, 2015 16:42
Show Gist options
  • Save fijimunkii/f5570e895e4f590d9135 to your computer and use it in GitHub Desktop.
Save fijimunkii/f5570e895e4f590d9135 to your computer and use it in GitHub Desktop.
certificate key matcher
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