SSLCertificateChainFile
SSLCertificateChainFile filename Server config, virtual host Apache v2 only
This directive sets the optional all-in-one file where you can assemble the certificates of CAs, which form the certificate chain of the server certificate. This starts with the issuing CA certificate of the server certificate and can range up to the root CA certificate. Such a file is simply the concatenation of the various PEM-encoded CA certificate files, usually in certificate chain order.
This should be used alternatively and/or additionally to
SSLCACertificatePath
for explicitly constructing
the server certificate chain that is sent to the browser in addition
to the server certificate. It is especially useful to avoid conflicts
with CA certificates when using client authentication. Although
placing a CA certificate of the server certificate chain into
SSLCACertificatePath
has the same effect for the
certificate chain construction, it has the side effect that client
certificates issued by this same CA certificate are also accepted on
client authentication. That is usually not what one expects.