HOW TO : Generate MD5 fingerprint of SSL cert

Quick onliner on generating a MD5 fingerprint for a SSL certificate using openssl

[code]openssl x509 -noout -md5 -fingerprint -in NAME_OF_CERTIFICATE_FILE [/code]

If you don’t specify the -md5 option, you will get a SHA1 fingerprint.