Hi,

I'm using openssl pkcs12 to export the usercert and userkey PEM files out of
pkcs12.  I don't want the openssl pkcs12 to prompt the user for the import
and pem pass phrase.  What are the password flags to be used?

I got an invalid password when I do the following:

-bash-3.1$ openssl pkcs12 -in janet.p12 -nocerts -out userkey.pem -passin
test123
Invalid password argument "test123"
Error getting passwords

Thanks!

Reply via email to