Computer Tips - How do I dump/display/print a certificate in a meaningful way?

Date: 2010mar9 Q. How do I dump/display/print a certificate in a meaningful way? A. This command will do the trick:
openssl x509 -in MYCERT.CERT -noout -text
Where MYCERT.CERT is the file containing your certificate.