apache 2.4.18 | modern profile | OpenSSL 1.0.1e
Oldest compatible clients : Firefox 27, Chrome 30, IE 11 on Windows 7, Edge, Opera 17, Safari 9, Android 5.0, and Java 8
4 | SSLCertificateFile /path/to/signed_certificate_followed_by_intermediate_certs |
5 | SSLCertificateKeyFile /path/to/private/key |
7 | # Uncomment the following directive when using client certificate authentication |
8 | #SSLCACertificateFile /path/to/ca_certs_for_client_authentication |
11 | # HSTS (mod_headers is required) (15768000 seconds = 6 months) |
12 | Header always set Strict-Transport-Security "max-age=15768000" |
16 | # modern configuration, tweak to your needs |
17 | SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1 |
18 | SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256 |
23 | # OCSP Stapling, only in httpd 2.3.3 and later |
25 | SSLStaplingResponderTimeout 5 |
26 | SSLStaplingReturnResponderErrors off |
27 | SSLStaplingCache shmcb:/var/run/ocsp(128000) |