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?
Thank you, Jana ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
