Re: Using -password flag to import cert, failed

2003-12-17 Thread Dr. Stephen Henson
On Wed, Dec 17, 2003, Jana Nguyen wrote: > Hmm, the manual output below. Neither the -password, or the -passin, and > -passout flag works. > > 52> openssl pkcs12 -help > > Usage: pkcs12 [options] > where options are > -export output PKCS12 file > -inkey file private key if not infile >

Re: Using -password flag to import cert, failed

2003-12-17 Thread Jana Nguyen
Hmm, the manual output below. Neither the -password, or the -passin, and -passout flag works. 52> openssl pkcs12 -help Usage: pkcs12 [options] where options are -export output PKCS12 file -inkey file private key if not infile -certfile f add all certs in f -nomacver don't verify MAC

Re: Using -password flag to import cert, failed

2003-12-17 Thread Dr. Stephen Henson
On Wed, Dec 17, 2003, Jana Nguyen wrote: > Hi, > > Is there a way to convert the .p12 file to import the certificate into a > .pem file, in one command, including the password to import? I've tried > the -password flag with the pkcs12 command, but did not work. Example, > below: > > 53> open

Using -password flag to import cert, failed

2003-12-17 Thread Jana Nguyen
Hi, Is there a way to convert the .p12 file to import the certificate into a .pem file, in one command, including the password to import? I've tried the -password flag with the pkcs12 command, but did not work. Example, below: 53> openssl pkcs12 -in SignatureKey.p12 -clcerts -nokeys -out cert