hello, I use TLS in qmail-ldap,when I use "make cert",it shows #make cert /usr/local/ssl/bin/openssl req -new -x509 -nodes \ -out `head -1 conf-qmail`/control/cert.pem -days 366 \ -keyout `head -1 conf-qmail`/control/cert.pem Using configuration from /usr/local/ssl/openssl.cnf unable to load 'random state' This means that the random number generator has not been seeded with much random data. Generating a 1024 bit RSA private key 18413:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:474:You need to read the OpenSSL FAQ, http://www.openssl.org/support/faq.html 18413:error:04069003:rsa routines:RSA_generate_key:BN lib:rsa_gen.c:182: *** Error code 1 make: Fatal error: Command failed for target `cert' How can I do? new [EMAIL PROTECTED]
