RE: [users@httpd] Authorize users from an intermediate CA only

2005-06-14 Thread Axel-Stéphane SMORGRAV
Take a look at the SSLRequire directive. You can choose to only accept client certificates issued by a named issuer CN for example. -ascs -Original Message- From: pierre lhostis [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 9:53 AM To: users@httpd.apache.org Subject: [EMAIL PRO

[users@httpd] Authorize users from an intermediate CA only

2005-06-14 Thread pierre lhostis
Hello all, I have got a SSL question I want to use mutual authentication and I only want users from an intermediate Certification Authority (CA) to get access to my website. My intermediate CA (called SubCA here) depends on another CA this way: RootCA \---sign--> mySubCA \---si