On Mon, Nov 19, 2012, Deeztek.com Support wrote:

> Nevermind the last message, you said *concatenate* the CA
> certificate together. So, this is what i did:
> 
> Root cert:
> cat ca.crt > cachain.pem
> 
> Int-ca cert:
> 
> cat int-ca.crt >> cachain.pem
> 
> Ran the following but it didn't work:
> 
> openssl pkcs12 -export -out someone.pfx -inkey someone.key -in
> someone.crt -certfile cachain.pem -passout:somepassword
> 

What do you mean "didn't work"? Did you get an error message from the command,
did the import fail or the certificate chain is still not visible under
Windows?

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to