Re: Re:non-repudiation

2002-09-10 Thread Sonu Kishore
Thanks Robert for writing in. I already have client authentication active for my specified folder.when ever a user wants to access that folder they have to present their certificate... my question was - If i have a web site which requires users to logon with user id / password and valid certif

make certificate command

2002-09-10 Thread Jose Correia (J)
Hi all I'm trying to generate my fake client certificate for test purposes. For this I'm using the "make certificate" command under apache (which is tied to openssl via modssl). I have a question in the process, when I reach STEP 3 it tells me: "STEP 3: Generating X.509 certificate signed by S

Re: sign.sh

2002-09-10 Thread Tim Cropper
Don't know if this is the same but try http://www.tldp.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap24sec195.html -Tim On Tuesday 10 September 2002 14:03, you wrote: > Hi... I am new to openssl encryption and I fell on an article > ( sfp548.com ) that help me > write my own cert

Re: httpd.conf

2002-09-10 Thread Cuong Tran
Thanks for the tip John, But that shuts down port 443 altogether. I still need it open for my 1 SSL host ServerName secure DocumentRoot /path ServerAdmin root@localhost ServerSignature email # Turning the 3 below on is VERY important SSLEngine on

sign.sh

2002-09-10 Thread stephane
Hi... I am new to openssl encryption and I fell on an article ( sfp548.com ) that help me write my own certificate... http://www.afp548.com/Articles/web/sslcert.html however when i attempt to curl a file from modssl.org the file/link does not exist curl -O http://www.modssl.org/source/cvs/exp/m

Re: httpd.conf

2002-09-10 Thread John Ott
Cuong Tran wrote: > The problem I am > having is that all the > normal virtual hosts as a result have been SSL > readable as well. > > # (below) won't make it automatically listen on the > virtual server's port. > Listen 443 Change the above to Listen 192.168.0.3:443 that will get the result

how to generate an authoritive CA Certificate?

2002-09-10 Thread zhaoxd
hello,everybody:    Glad to talk to you! I happen to be a learner,so,if I have some problems let you feel bad,patient to me,please!     When I constructed my web station through apache,I met with some problems!      I made the CA Certificate by myself,and issued a server.crt f