Skip to content

Instantly share code, notes, and snippets.

@jimallman
Created June 9, 2015 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimallman/60c7836b3b802867c809 to your computer and use it in GitHub Desktop.
Save jimallman/60c7836b3b802867c809 to your computer and use it in GitHub Desktop.
Mismatched domain-name test on ot16
Apparently these values should match, but they don't...
# sudo bash
# cd /etc/ssl/private
# openssl rsa -noout -modulus -in opentreeoflife.org.key | openssl md5
(stdin)= 1e4c92369cee134a5da8f1f79f955628
# cd /home/opentree/repo/opentree/deploy/setup/ssl-certs
# openssl x509 -noout -modulus -in STAR_opentreeoflife_org.crt | openssl md5
(stdin)= c05e8bb04381d7414a12f0f9c025b433
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment