* Ali Jawad: > When I do visit a website using a browser and check the certificate I > can see the intermediate certificates and the info of those > certificates. > > I am wondering how can I see that info using command line, i know how > to display the certificate info and it shows the info of the > intermediate certificates such as issuer name and subject name, but > how exactly can I get the info of that intermediate certificate to > check expiry date and other information.
You can use the PEM-encoded certificates printed by "openssl s_client -showcerts" as input to "openssl x509 -noout -text". ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org