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> openssl pkcs12 -in SignatureKey.p12 -clcerts -nokeys -out > cert.pem -password testing123 > > Invalid password argument "testing123" > Error getting passwords > > The -password flag doesn't seem to be recognized. Is there a work around > to include the password to import the certificate in one command line? >
It is recognized you are using an invalid syntax. The syntax from the -password (and similar) command line switches is described in the manual pages. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
