I have a problem when I create key with : "openssl req -new > new.cert.key"
My steps:
-openssl 0.9.5 installed OK
-apache 1.3.11 installed OK
-Add & make SSL1138 for apache1311
make...OK
//Create key...
#openssl req -new > new.cert.key
Using configuration from /usr/local/ssl/openssl.cnf //? my directory
is : /usr/local/openssl
Unable to load config info
unable to load 'random state'
This means that the random number generator has not been seeded
with much random data.
Consider setting the RANDFILE environment variable to point at a file that
'random' data can be kept in (the file will be overwritten).
Generating a 512 bit RSA private key
13012:error:24064064:random number generator:SSLEAY_RAND_BYTES:prng not
seeded:md_rand.c:470:
13012:error:04069003:rsa routines:RSA_generate_key:BN lib:rsa_gen.c:182:
//END
How to change the reference "/usr/local/ssl/openssl.cnf" to
"/usr/local/openssl/openssl.cnf"?
echo $RANDFILE => RANDFILE: Undefined variable.
What have I forget?
Thanking you in anticipation
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]