On 9/6/06, Milan Tomic <[EMAIL PROTECTED]> wrote:

Is it possible to specify SSLCACertificateFile command several times in 
ssl.conf (for each
Location)? I would like to tell Apache which certs to let come in depending on 
location. Example:

a) into www.myserver.org/app1 let users which have certs issued from CA1 or CA2
b) into www.myserver.org/app2 let users which have certs issued from CA3 or CA4

Is that possible?

As you can see from the context here:
http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcacertificatefile
SSLCACertificateFile is allowed only in the main server or
<VirtualHost> sections, not in <Directory> or <Location>.  But you can
do what you want, as explained here:
http://httpd.apache.org/docs/2.2/ssl/ssl_howto.html#certauthenticate

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to