GENRSA error!!

2002-01-16 Thread Marco Boccioli
Hi all, I would like to know why I have this type of error, during key generating... My action is: /opt/apache/ssl/bin/openssl genrsa -des3 -out vpn.key 1024 and I receive: warning, not much extra random data, consider using the -rand option Generating RSA private key, 1024 bit long modulus

genrsa not recognized

2000-05-21 Thread Mocha
openssl genrsa -des3 -out server.key 1024 gave me an error saying that 'genrsa' isn't a recognized command of openssl. did i miss something during the build process? __ Apache Interface to OpenSSL (mod_ssl

Re: genrsa...

1999-05-03 Thread Martin Kraemer
On Sun, May 02, 1999 at 01:04:17PM +0200, Ralf S. Engelschall wrote: On Sat, May 01, 1999, Michael J. Pape wrote: How long should it take to generate an rsa key? Usually between a few seconds and up to a minute. But usually not longer. I had a looping problem with SSLeay and OpenSSL

genrsa...

1999-05-02 Thread Michael J. Pape
How long should it take to generate an rsa key? A "make certificate" or an explicit openssl command (openssl genrsa -des3 -out server.key 1024) create a process that runs forever (at least for 24 hours before I killed it...). I've read some postings that indicated that bn recurs

Re: genrsa...

1999-05-02 Thread Ralf S. Engelschall
On Sat, May 01, 1999, Michael J. Pape wrote: How long should it take to generate an rsa key? Usually between a few seconds and up to a minute. But usually not longer. A "make certificate" or an explicit openssl command (openssl genrsa -des3 -out server.key 1024) create a process