Hi,
I would like to get a tree output on the shell of CAs of a cert. Something like known of modern web browsers when looking at the SSL/TLS details of a cert:
Any idea how I could achieve this ny the simple use of openssl?
Thanks
I would like to get a tree output on the shell of CAs of a cert. Something like known of modern web browsers when looking at the SSL/TLS details of a cert:
Code:
openssl [...] ./cert.pm
-- Root-CA
-- Signing-CA
-- Cert
Thanks