Menu
picture of tbs certificates
picture of tbs certificates
Certificates
Our products range
Partners
Support
Focus


SSLCertificateFile

This directive is used to configure the certificate returned by Apache during the SSL connection. It is possible to enter the certificate alone or, from Apache version 2.4.8, the certificate with the certification chain. Here is an example:

    -----BEGIN CERTIFICATE-----
    xxxxxxxxxx your initial certificate xxxxxxxxxx
    -----BEGIN CERTIFICATE-----
    xxxxxxxxxx the intermediate certificate (who sign the initial certificate) xxxxxxxxx
    -----END CERTIFICATE-----   

Note that there may be several intermediate certificates. In the Apache configuration file this will give:

    SSLCertificateFile /path/to/your/certificate.pem

This directive is compatible with:

Useful links