RE: cannot create p12 file

2010-09-19 Thread Gaiseric Vandal
Thanks That seems to have been the issue. -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Mounir IDRASSI Sent: Sunday, September 19, 2010 12:28 AM To: openssl-users@openssl.org Subject: Re: cannot create p12 file Hi, It

cannot create p12 file

2010-09-19 Thread Gaiseric Vandal
I am trying to create a .p12 file with pkcs12. I created the private key: #openssl genrsa -out user.key -des3 I also create a certificate signing request (openssl req ..) and a certificate (openssl ca.) I want to store the user key (and optionally the user certificate) in a .p

Re: cannot create p12 file

2010-09-18 Thread Mounir IDRASSI
Hi, It hangs because it is waiting for the input certificate that has to be put with the given key inside the PKCS#12 file. Replace the -certfile option with -in and everything will be OK. Actually -certfile is for adding additional certificate, not the main one. -- Mounir IDRASSI IDRIX http://ww

cannot create p12 file

2010-09-18 Thread Gaiseric Vandal
I am trying to create a .p12 file with pkcs12. I created the private key: #openssl genrsa -out user.key -des3 I also create a certificate signing request (openssl req ..) and a certificate (openssl ca.) I want to store the user key (and optionally the user certificate) in a .p