Re: Problem generating CSR.

2000-09-06 Thread Travis Theune
You need to have a source for the -rand flag. My solution was to use egd and create a file of sufficent length full of random data. then the command line was: openssl genrsa -rand -des3 1024 > server.key or openssl genrsa -rand -des3 -out server.key 1024 Hope that helps. Travis The

Re: having trouble with RAND_egd()

2000-08-22 Thread Travis Theune
e----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Travis Theune > > Sent: Tuesday, August 22, 2000 11:47 AM > > To: [EMAIL PROTECTED] > > Subject: having trouble with RAND_egd() > > > > > > I am getting a 'random num

having trouble with RAND_egd()

2000-08-22 Thread Travis Theune
r not seeded' error. Any help would be greatly appreciated. -Travis Theune __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PRO