Re: Apache-SSL 'n Cert Fun

2003-03-03 Thread D. Clarke
- Original Message - From: "Nathan E Norman" <[EMAIL PROTECTED]> To: Sent: Sunday, March 02, 2003 11:29 PM Subject: Re: Apache-SSL 'n Cert Fun > Are they on seperate IPs? You can't do HTTPS vhosts with on the same > IP. Thanks, that's what I need

Re: Apache-SSL 'n Cert Fun

2003-03-03 Thread D. Clarke
- Original Message - From: "Nathan E Norman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 11:29 PM Subject: Re: Apache-SSL 'n Cert Fun > Are they on seperate IPs? You can't do HTTPS vhosts with on the same > IP. Thanks,

Re: Apache-SSL 'n Cert Fun

2003-03-02 Thread Nathan E Norman
On Sun, Mar 02, 2003 at 10:06:40PM -0500, D. Clarke wrote: > Hi, > > Thanks. I decrypted it this afternoon actually and it works fine. Still > bugs me that it doesn't work with it encrypted, but that's another day [and > not my problem :)] > > However, the next problem is... > > With Two vhost

RE: Apache-SSL 'n Cert Fun

2003-03-02 Thread Boyan Krosnov
ssl manual. BR, Boyan Krosnov, CCIE#8701 http://boyan.ludost.net/ just another techie speaking for himself -Original Message- From: D. Clarke [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 5:07 AM To: debian-isp@lists.debian.org Subject: Re: Apache-SSL 'n Cert Fun Hi, Thanks.

Re: Apache-SSL 'n Cert Fun

2003-03-02 Thread D. Clarke
e 'default' domain regardless of which vhost I go after. Even though each vhost has a seperate specified .pem file. Yippi. :( ~ Darryl - Original Message - From: "Craig Sanders" <[EMAIL PROTECTED]> To: "D. Clarke" <[EMAIL PROTECTED]> Cc: Sent: Sunda

Re: Apache-SSL 'n Cert Fun

2003-03-02 Thread Nathan E Norman
On Sun, Mar 02, 2003 at 10:06:40PM -0500, D. Clarke wrote: > Hi, > > Thanks. I decrypted it this afternoon actually and it works fine. Still > bugs me that it doesn't work with it encrypted, but that's another day [and > not my problem :)] > > However, the next problem is... > > With Two vhost

RE: Apache-SSL 'n Cert Fun

2003-03-02 Thread Boyan Krosnov
ssl manual. BR, Boyan Krosnov, CCIE#8701 http://boyan.ludost.net/ just another techie speaking for himself -Original Message- From: D. Clarke [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 5:07 AM To: [EMAIL PROTECTED] Subject: Re: Apache-SSL 'n Cert Fun Hi, Thanks. I de

Re: Apache-SSL 'n Cert Fun

2003-03-02 Thread D. Clarke
ROTECTED]> Sent: Sunday, March 02, 2003 8:13 PM Subject: Re: Apache-SSL 'n Cert Fun > On Sun, Mar 02, 2003 at 08:01:20AM -0500, D. Clarke wrote: > > apache-ssl works fine without an encrypted test key & cert... once > > encrypted pewf, it dies (which I need, because t

Re: Apache-SSL 'n Cert Fun

2003-03-02 Thread Craig Sanders
On Sun, Mar 02, 2003 at 08:01:20AM -0500, D. Clarke wrote: > apache-ssl works fine without an encrypted test key & cert... once > encrypted pewf, it dies (which I need, because that's how the client > gave it to me... ugh.) > > Any new ideas? :) use openssl and the pass-phrase to decrypt the cer

Re: Apache-SSL 'n Cert Fun

2003-03-02 Thread Craig Sanders
On Sun, Mar 02, 2003 at 08:01:20AM -0500, D. Clarke wrote: > apache-ssl works fine without an encrypted test key & cert... once > encrypted pewf, it dies (which I need, because that's how the client > gave it to me... ugh.) > > Any new ideas? :) use openssl and the pass-phrase to decrypt the cer

Re: Apache-SSL 'n Cert Fun

2003-03-02 Thread D. Clarke
ain, ~ Darryl - Original Message - From: "Teddy Knab" <[EMAIL PROTECTED]> To: Sent: Saturday, March 01, 2003 9:14 PM Subject: Re: Apache-SSL 'n Cert Fun > I have been signing my own certs. > > Is that what you are typing about ? > > Here is a short cli

Re: Apache-SSL 'n Cert Fun

2003-03-02 Thread me
Hi, i dont now why you created a ca.crt, when you use self signed certificate later. A self signed certificate can be generated with one command: openssl req -new -x509 -newkey rsa:1024 -days 365 -keyout key.pem -out cert.pem Also you must set the extrension CA:True in the CA Certificate. -exten

Re: Apache-SSL 'n Cert Fun

2003-03-02 Thread D. Clarke
ain, ~ Darryl - Original Message - From: "Teddy Knab" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 01, 2003 9:14 PM Subject: Re: Apache-SSL 'n Cert Fun > I have been signing my own certs. > > Is that what you are typing about ? &

Re: Apache-SSL 'n Cert Fun

2003-03-02 Thread me
Hi, i dont now why you created a ca.crt, when you use self signed certificate later. A self signed certificate can be generated with one command: openssl req -new -x509 -newkey rsa:1024 -days 365 -keyout key.pem -out cert.pem Also you must set the extrension CA:True in the CA Certificate. -exten

Re: Apache-SSL 'n Cert Fun

2003-03-01 Thread Teddy Knab
I have been signing my own certs. Is that what you are typing about ? Here is a short clip of what I did: self signed cert 505 openssl genrsa -des3 -out ca.key 2048 510 openssl req -new -x509 -days 3652 -key ca.key -out ca.crt 2nd try docs from http://www.apache-ssl.org/#FAQ 545 openssl re

Re: Apache-SSL 'n Cert Fun

2003-03-01 Thread Teddy Knab
I have been signing my own certs. Is that what you are typing about ? Here is a short clip of what I did: self signed cert 505 openssl genrsa -des3 -out ca.key 2048 510 openssl req -new -x509 -days 3652 -key ca.key -out ca.crt 2nd try docs from http://www.apache-ssl.org/#FAQ 545 openssl re

Re: Apache-SSL 'n Cert Fun

2003-03-01 Thread Andre Luis Lopes
On Sat, Mar 01, 2003 at 02:06:38PM -0500, D. Clarke wrote: [snip] > as well as the fact that it asks for the PEM passphrase every time I > restart - is there anyplace I can put the passphrase so it automagically > uses it on startup? I can see this being a problem on a reboot... I might be complet

Re: Apache-SSL 'n Cert Fun

2003-03-01 Thread Andre Luis Lopes
On Sat, Mar 01, 2003 at 02:06:38PM -0500, D. Clarke wrote: [snip] > as well as the fact that it asks for the PEM passphrase every time I > restart - is there anyplace I can put the passphrase so it automagically > uses it on startup? I can see this being a problem on a reboot... I might be complet