Hi list,

I've built a PEM certificate chain using this method:

    cat certs/01.pem subCA.pem CA.pem > certs/01chain.pem

(As a side note, I think it should be documented somewhere in the
manpages, as I had to grope through the web to find the answer.)

It seems to work for my server using it (no error at least) but I can't
read the whole chain using the following command, only the first
certificate (the leaf one) is showed:

    openssl x509 -inform PEM -in certs/01chain.pem -noout -text


Is it an OpenSSL limitation or should I use another command?

Thanks,
-- 
Jeremie Le Hen
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to