Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-04 Thread Ron Savage
Hi Jospeh > Good to know! Obviously, I don't have recent HP-UX experience, nor does > anyone else here but you! Either solution would work, but some tremble > at the thought of changing the kernel. ;-] Just think of the countless millions of us who have switched kernels from MS Windows to Debi

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-04 Thread Joseph S D Yao
On Wed, Sep 03, 2008 at 11:46:12AM -0500, William A. Rowe, Jr. wrote: ... > Or, just search hpux site for their /dev/random device patch. It's built > into 11.23 but was a separate download/add-in for earlier 11.x flavors. ... Good to know! Obviously, I don't have recent HP-UX experience, nor d

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Krist van Besien
On Wed, Sep 3, 2008 at 15:54, Tan, Liao <[EMAIL PROTECTED]> wrote: > txs to those that gave me attention. I was wondering, if in case there“s > nothing to do with the random stuffs in HPUX, and I think the command with > parameter "-des" has something to do with this, will it solve if I generate

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread William A. Rowe, Jr.
Joseph S D Yao wrote: Long ago but not far away, when I had to implement this on HP-UX, I found that it had no "random" device. Not many systems did, then or now. So I got the Entropy Generating Daemon [egd, written in Perl], and it worked fine. Remember to have it start at boot BEFORE anythi

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Joseph S D Yao
On Wed, Sep 03, 2008 at 09:52:46AM -0300, Tan, Liao wrote: > Folks, > Im trying to find solution for this issue. When running the command below > > openssl genrsa -des3 -out mydomain.com.key 1024 > > to create the key pair certificate, it gives me the error: > > = > warni

RE: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Tan, Liao
cannot test it on my own, this is a production machine... Thank you Ingrid -Original Message- From: Tan, Liao [CMB-IT] Sent: Wednesday, September 03, 2008 9:53 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Error when creating certificate in HPUX Folks, Im trying to fi

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Staf Wagemakers
On Wed, Sep 3, 2008 at 3:13 PM, Davide Bianchi <[EMAIL PROTECTED]>wrote: > Tan, Liao wrote: > > I did read the link, but couldnt figure out wots the solution. > > how can I solve it? > > Well, the point is that the 'random generator' on your system ain't > random enough. So, depending on which sys

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Davide Bianchi
Tan, Liao wrote: > I did read the link, but couldnt figure out wots the solution. > how can I solve it? Well, the point is that the 'random generator' on your system ain't random enough. So, depending on which system you have you have different options. Now, I'm not familiar with HPUX, so I sugge

RE: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Tan, Liao
I did read the link, but couldnt figure out wots the solution. how can I solve it? Ingrid -Original Message- From: Davide Bianchi [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 9:58 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Error when creating

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Davide Bianchi
Tan, Liao wrote: > > to create the key pair certificate, it gives me the error: > > warning, not much extra random data, consider using the -rand option > Generating RSA private key, 1024 bit long modulus > 26995:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:

[EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Tan, Liao
Folks, Im trying to find solution for this issue. When running the command below openssl genrsa -des3 -out mydomain.com.key 1024 to create the key pair certificate, it gives me the error: = warning, not much extra random data, consider using the -rand option Generating R