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 >
If you used that exact command the -possout syntax is incorrect. It should be -passout pass:somepassword 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