ASN1 failure to parse rsa private key

2006-01-10 Thread Dominique Brezinski
A new cert req and private key were created with the following command using OpenSSL 0.9.7i 14 Oct 2005 on OS X 10.4.3: $openssl req -newkey rsa:2048 -keyout new-server-key.pem -out new-req.pem Now, trying to remove the passphrase from the private key: $ openssl rsa -in new-server-key.pem -out s

Re: ASN1 failure to parse rsa private key

2006-01-10 Thread Dominique Brezinski
On 1/10/06, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: > On Tue, Jan 10, 2006, Dominique Brezinski wrote: > > > A new cert req and private key were created with the following command > > using OpenSSL 0.9.7i 14 Oct 2005 on OS X 10.4.3: > > > > $openssl req