Re: problems with private keys... please help! urgent!

2001-12-18 Thread Saju Paul
For domain1, I tried to check the md5's of each of the key and crt... The md5 for the crt shows up fine. When I try to get the md5 for the .key, I get this error: # openssl rsa -noout -modulus -in server.key | openssl md5 read RSA key unable to load key d41d8cd98f00b204e9800998ecf8427e

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Mike K
It never asked me for a password - Original Message - From: Saju Paul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 10:23 AM Subject: Re: problems with private keys... please help! urgent! For domain1, I tried to check the md5's of each of the key

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Saju Paul
: Re: problems with private keys... please help! urgent! It never asked me for a password - Original Message - From: Saju Paul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 10:23 AM Subject: Re: problems with private keys... please help! urgent

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Mike K
, December 18, 2001 11:33 AM Subject: Re: problems with private keys... please help! urgent! If the private key has been created with a password (usually is); then the same password needs to be supplied using the -passin argument. for ex: openssl rsa -noout -modulus -in server.key -passin

RE: problems with private keys... please help! urgent!

2001-12-18 Thread Andrew T. Finnell
PM To: [EMAIL PROTECTED] Subject: Re: problems with private keys... please help! urgent! Same problem regarding unable to load key when doing this. I know my pass is correct Any other ideas? Thanks for the help. Is this error the reason why apache wont startssl? -Mike - Original

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Mike K
Message - From: Andrew T. Finnell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 12:28 PM Subject: RE: problems with private keys... please help! urgent! Mike, Are the CA of these files self-signed? If they are why not trying regenerating new public/private key

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Lutz Jaenicke
On Tue, Dec 18, 2001 at 01:28:00PM -0800, Mike K wrote: # openssl genrsa -des3 -out test.key 1024 warning, not much extra random data, consider using the -rand option Generating RSA private key, 1024 bit long modulus ...++ ...++ e is 65537 (0x10001)

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Mike K
FreeBSD3.4-REL with Openssl 0.9.6b -Mike - Original Message - From: Lutz Jaenicke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 1:34 PM Subject: Re: problems with private keys... please help! urgent! On Tue, Dec 18, 2001 at 01:28:00PM -0800, Mike K wrote