On Tue, 21 Mar 2000, jessie wrote:

> I was able to do it like this ...
> (assumed shell is bash)
> 
> 1)su root
> 2) cd /root
> 3) cp /bin/sh .rnd (create a random stream for openssl)
> 4) RANDFILE=/root.rnd(set environment variable)
> 5) generate the certificates manually using openssl !!!
>     (see modssl FAQ)
> 6) copy server.crt and server.key to appropriate directories i.e.
> /usr/local/apache/conf ...
> 7) /usr/local/apache/bin/apachectl startssl

What I have done is just "cp /var/log/wwwlog /var/random_seed; ln -s
/var/random_seed /dev/urandom". :-)

You don't have to define RANDFILE= that way.

Cheers,


Jie

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to