How to fetch a SSL certificate | May 20, 2005-->
May 20, 2005You can use the openssl commandline tool to fetch a ssl certificate.
powermac:~ sts$ openssl s_client -connect www.openbc.com:443 | tee logfile
The certificate will have "BEGIN CERTIFICATE" and "END CERTIFICATE" markers.
