Hey there,
I'ld like to analyze the certificate of a given url and get some details of it. Do you know any ways to do this? A command-line tool can be something like downloadSSLCert https://my.funny.url/ > certFile
and then analyzing it for e.g. the fingerprint of the cert. It can be a command line utility, a c/c++/objective-c or java code and will be used on osx >= 10.5
Thanks in advance! Thomas