RE: pkcs12 error

2012-04-04 Thread Bin Lu
: pkcs12 error On Tue, Apr 03, 2012, Bin Lu wrote: > Hi, > > When I tried the pkcs12 command (as below) in openssl 1.0.1, it gave me the > following error. > The same command worked fine in openssl 0.9.8d. Any idea? > > $ openssl pkcs12 -export -in test.cer -inkey test.key -

Re: pkcs12 error

2012-04-03 Thread Dr. Stephen Henson
On Tue, Apr 03, 2012, Bin Lu wrote: > Hi, > > When I tried the pkcs12 command (as below) in openssl 1.0.1, it gave me the > following error. > The same command worked fine in openssl 0.9.8d. Any idea? > > $ openssl pkcs12 -export -in test.cer -inkey test.key -out test.p12 > Enter pass phrase

Re: pkcs12 error message

2001-10-17 Thread Ravi Prakash B.V.
You have to provide private key file also along with certificate. It can be within your certificate file w.crt or u can provide the private key file separately using -inkey option. Try using -inkey option Ravi On Wed, 17 Oct 2001, Juan Carlos Albores Aguilar wrote: > i'm trying to create a p