Re: problem creatin pkcs12 file

2005-12-05 Thread Bubu (sent by Nabble.com)
R/LF character !! Why? What? I do not know ... But when I was edit in cygwin (with mc) - my export was succesfull ! Check your cert file(s) :-) Sent from the OpenSSL - User forum at Nabble.com: Re: problem creatin pkcs12 file

Re: problem creatin pkcs12 file

2005-10-17 Thread prakash babu
Hello Bob   The problem is that your private key does not match the certificate. Though you specified the password correctly,the key specified using the -inkey optiondoes not match the certificate specified using the -in option.   I think you have specified the opposite values for -in  and -certf

Re: problem creatin pkcs12 file

2005-10-17 Thread Olaf Gellert
Robert Kwiencien wrote: > I try to create the pkcs12 file with: > > [EMAIL PROTECTED] CA]$ openssl pkcs12 -export -in newcert.pem -inkey > private/cakey.pem -certfile cacert.pem -name "Laser" -out testcert.pem > Enter pass phrase for private/cakey.pem: > > > My pass phrase is corrent, but then

problem creatin pkcs12 file

2005-10-17 Thread Robert Kwiencien
I try to create the pkcs12 file with: [EMAIL PROTECTED] CA]$ openssl pkcs12 -export -in newcert.pem -inkey private/cakey.pem -certfile cacert.pem -name "Laser" -out testcert.pem Enter pass phrase for private/cakey.pem: My pass phrase is corrent, but then I get: No certificate matches private