Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Created May 17, 2017 09:32
Show Gist options
  • Save lukearmstrong/5612af9a8433fd8f6f436cbd5e5ab799 to your computer and use it in GitHub Desktop.
Save lukearmstrong/5612af9a8433fd8f6f436cbd5e5ab799 to your computer and use it in GitHub Desktop.
Verify SSL Certificates
openssl x509 -noout -modulus -in certificate.crt | openssl md5
openssl rsa -noout -modulus -in private-key.key | openssl md5
openssl req -noout -modulus -in certificate-signing-request.csr | openssl md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment