Re: openssl pkcs12 don't want to prompt password

2007-04-24 Thread Dr. Stephen Henson
On Mon, Apr 23, 2007, Janet N wrote: > 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 w

Re: openssl pkcs12 don't want to prompt password

2007-04-24 Thread ViSolve Security Consulting Group
Hello Janet, -bash-3.1$ openssl pkcs12 -in janet.p12 -nocerts -out userkey.pem -passin test123 Invalid password argument "test123" Error getting passwords The value for the parameter -passin should be test123:test123 Regards, ViSolve Security Consulting Group. http://www.visolve.com/securi