Security/Server Side TLS: Difference between revisions

(Fix a few typos)
Line 239: Line 239:
     SSLCertificateKeyFile  /path/to/private/key
     SSLCertificateKeyFile  /path/to/private/key
     SSLCACertificateFile    /path/to/all_ca_certs
     SSLCACertificateFile    /path/to/all_ca_certs
     SSLProtocol            all -SSLv2 -SSLv3
     SSLProtocol            all -SSLv2
     SSLCipherSuite          <recommended ciphersuite from top of this page>
     SSLCipherSuite          <recommended ciphersuite from top of this page>
     SSLHonorCipherOrder    on
     SSLHonorCipherOrder    on
Confirmed users
529

edits