Hello!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 I get:
No certificate matches private key
Can anyone give some advice?
Bob Kwiencien
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]
(and sorry my bad english :-(
I have got "your" err message too :-( but i was create 6 cert req, and i got 6 cert from ca - and 2 of 6 was "wrong" !!
My error was this: from theese files expected ALL CR/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