OpenSSL List Certificate Chain

# List all certificates in CHAINED.pem
openssl crl2pkcs7 -nocrl -certfile CHAINED.pem | openssl pkcs7 -print_certs -text -noout
haakon