how to create Certificate chain

2008-09-30 Thread praveens
I want to know the steps to create a certificate chain using the openssl command prompt. Kindly tell me the step by step instructions to do so. -- View this message in context: http://www.nabble.com/how-to-create-Certificate-chain-tp19722970p19722970.html Sent from the OpenSSL - User mailing

Re: How to create certificate chain?

2002-04-27 Thread Averroes
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