Hello,
I want to convert a rsa-key, generated with the command
openssl genrsa -des3 -out privkey2.pem 1024
to a pkcs12-file
therefore I use the command
openssl pkcs12 -export -in privkey2.pem -out file.p12
but i get the following error:
No certificate matches private key
What am I doing wrong? Thanks for your help,
Kai ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]