I have a certificate file CAcert.pem containing two or more certificates 
between BEGIN/END blocks.

the openssl command only seems to read the first certificate.

How can I extract information from all certs in a single file?

It would be nice to do something like:

     openssl x509 -noout -in CAcert.pem -date -all  

to extract the start/end dates for all certs.

Thanks for your help with this.
Alex Lindberg

Reply via email to