Skip to content

Instantly share code, notes, and snippets.

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