Forum Discussion
Cerificate bundles - list of subject names
Hi,
is it possible to list all subject names of all certs in certificate bundle ?
The command: "list sys crypto cert bundle.crt"
gives only one cert info.
I found the solution on https://serverfault.com/questions/590870/how-to-view-all-ssl-certificates-in-a-bundle
openssl crl2pkcs7 -nocrl -certfile bundle.pem | openssl pkcs7 -print_certs -text -noout
Hi PiotrL,
Try this openssl command
openssl x509 -in /pathtocert/ssl.cert -noout -subject
- PiotrLCirrus
It gives only one cert
- PiotrLCirrus
I found the solution on https://serverfault.com/questions/590870/how-to-view-all-ssl-certificates-in-a-bundle
openssl crl2pkcs7 -nocrl -certfile bundle.pem | openssl pkcs7 -print_certs -text -noout
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com