Wolfgang

According to Stephen Henson's FAQ, you should say:

openssl pkcs12 -export -in newcert.pem -inkey newreq.pem \
 -certfile demoCA/cacert.pem -name "MY CERTIFICATE" -out mycert.p12 

The FAQ is at:

http://www.drh-consultancy.demon.co.uk/pkcs12faq.html

Hope this helps

Mike Murphy
Deloitte & Touche
Amsterdam

> -----Original Message-----
> From: Wolfgang Meyer [mailto:[EMAIL PROTECTED]]
> Sent: donderdag 3 februari 2000 16:36
> To: [EMAIL PROTECTED]
> Subject: problems to convert from PEM to PKCS12
> 
> 
> Hi everbody,
> I'm using openssl , version 0.9.4. I've created a demo CA,
> a new certificate request, and signed this request.
> 
> I try to read the certificate into Netscape. So we have to convert to
> pkcs12. I try this by the command:
> 
> openssl pkcs12 -export -inkey newreq.pem -in newcert.pem  \
>   -name "Test" -out mycert.p12
> 
> but I get the error massage:
>   No certificate matches private key.
> 
> Can anybody help me ?
> 
> Thanks in advance ...
> 
>    Wolfgang Meyer
> 
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to