Hi Lily,

Concatenate all certificate in all-in-on file.
e.g.

These are your cetificates in PEM format:
Root
SubA
SubB
[...]

simply do:

cat ../PATH/Root > ../PATH/myChain.pem
cat ../PATH/SubA >> ../PATH/myChain.pem
cat ../PATH/SubB >> ../PATH/myChain.pem

Be careful to put the Root certificat at the top of the chain.

Regards

#-----
Averroes


Lily Lu wrote:

> Hi,
>
> I want to create certificate chain. Which openssl command support
> certificate chain. Is there any document that I can read?
>
> Thank,
> Lily Lu
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to