SSLCheckClientDN
SSLCheckClientDN fileBanCipher cipher-list
Config, virtual
Not available in Apache v2
The client DN is checked against the file. If it appears in the file,
access is permitted; if it does not, it isn’t. This
allows client certificates to be checked and basic auth to be used as
well, which cannot happen with the alternative,
SSLFakeBasicAuth
. The file is simply a list of
client DNs, one per line.