I am not sure, but most probably you don't have enough random info. What
you need to do is make sure you run this command from you home directory
(or directory to which you have read/write perms because the command
generates .rnd file which holds some random information).
/path-to-openssl-binary/openssl rand -rand some-file 1024 > /dev/null
some-file: you can use any file (binary or text). this is just to seed
the random number generator, I think. After this, you should have .rnd
file in your home folder. You should no longer get any 'not enough
randomness' errors and such.
HTH
Joshua Skains wrote:
> Trying to install Solaris 2.7 with Apache 1.3.12 and latest OpenSSL
> and MOD_SSL All the packages (IE: OpenSSL, Apache, and MOD_SSL)
> compile with no errors. The make certificate command works fine. The
> error: The server dies on startup with the error_log stating that
> MOD_SSL can not generate the Temp. 512bit RSA private key. Is there a
> quick fix? Thanks,JMS
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]