Browse - computer tips - dump display print ssl certificateDate: 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.
Add a commentSign in to add a comment |