The modssl manual describes in the "how-to" chapter at
http://www.modssl.org/doc/2.8/ssl_howto.html how to set up
apache with client certs. For CRL checking you might have
to dig a little deeper in the modssl docs...
Best Regards,
Reiner.
> -Original Message-
> From: [EMAIL PROTECTED]
Hi
You need to setup virtual host listening on port 443 and have compiled
versiosion of apache with mod_ssl. For example You need to put something like
this
in virtual hosts httpd.conf:
blah-blah for all other hosts
Listen 443
DocumentRoot
ServerAdmin [EMAIL PROTECTED]
SSLEngine on
SSLCertif
Hi
If it's the case that you are trying to install apache with openssl under
linux, I think I can give you some informations. I'm basically working on
the same thing and already managed to do this.
Please tell me first if this is the case, because I'm only familiar with the
Linux instalation.
R
http://www.modssl.org
roberto.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 9:05 AM
To: [EMAIL PROTECTED]
Subject: need "OpenSSL for Dummies"
I am trying very hard to find a good source for information on how to
configure Apache