Apache Reference: mod_ssl, SSLCARevocationFile
SSLCARevocationFile
File of PEM-Encoded CA Certificate Revocation Lists (CRL)
Syntax: SSLCARevocationFile A
Example: SSLCARevocationFile etc/ssl/all.crl
Since: Apache 1.3
This directive sets the all-in-one file where you can assemble the certificate revocation lists of certification authorities, which are used to reject revoked certificates. Such a file is simply the concatenation of the various PEM-encoded CRL files, placed in order of preference. This directive can be used as an alternative to or in conjunction with SSLCARevo==cationPath.