Trying to use test certificate

2000-06-29 Thread Diana Moreland
Installed modssl, ran make certificate TYPE=test with default values instead of changing any of the fields. Got no errors on any of the makes but httpd will not start. I get this error in the error log: 0] [error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key Any suggesti

Re: Trying to use test certificate

2000-06-29 Thread Mads Toftum
On Thu, Jun 29, 2000 at 01:04:34PM -0400, Diana Moreland wrote: > Installed modssl, ran make certificate TYPE=test with default values > instead of changing any of the fields. Got no errors on any of the > makes but httpd will not start. I get this error in the error log: > > 0] [error] mod_ssl

Re: Trying to use test certificate

2000-06-29 Thread Diana Moreland
I read the FAQ once but I obviously missed the clue I was looking for. Thanks! It worked! Mads Toftum wrote: > On Thu, Jun 29, 2000 at 01:04:34PM -0400, Diana Moreland wrote: > > Installed modssl, ran make certificate TYPE=test with default values > > instead of changing any of the fields. Got

Re: Trying to use test certificate

2000-06-29 Thread Diana Moreland
ok - I used the SSLRandomSeed directive with the built in seeding source. Now, httpd will start with SSL but when I test it, I find that there is not enough entropy for random number generation. I do not have /dev/random on my system. Bear with me --- I've only been working with this stuff for

Re: Trying to use test certificate

2000-06-30 Thread keiths
Maybe the easiest way is to get source for creating the device on your own. I did a search on random.tar and came up with a bunch of stuff. Diana Moreland wrote: > > ok - I used the SSLRandomSeed directive with the built in seeding source. > Now, httpd will start with SSL but when I test it, I