Re: [openssl-users] converting text to pem

2012-08-17 Thread Erwann Abalea
Bonjour, Le 17/08/2012 09:33, kiran Palli a écrit : Hi, I generated an rsa 2048 key-pair with these commands: openssl.exe genrsa -F4 -out key.pem 2048 openssl.exe rsa -text -in key.pem key.txt Now I lost the key.pem file and also lost the key.txt in its original format. That's sad. 2

Re: [openssl-users] converting text to pem

2012-08-17 Thread Jakob Bohm
On 8/17/2012 11:46 AM, Erwann Abalea wrote: Bonjour, Le 17/08/2012 09:33, kiran Palli a écrit : Hi, I generated an rsa 2048 key-pair with these commands: openssl.exe genrsa -F4 -out key.pem 2048 openssl.exe rsa -text -in key.pem key.txt Now I lost the key.pem file and also lost the