doc:httpd
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
doc:httpd [2015/05/21 21:33] – [TLS] meilleure présentation bertrand.bonnefoy-claudet | doc:httpd [2016/10/14 17:09] (Version actuelle) – [Exemple : Apache 2.4 sur Debian Jessie] david.sinquin | ||
---|---|---|---|
Ligne 31: | Ligne 31: | ||
... | ... | ||
SSLEngine on | SSLEngine on | ||
- | SSLCertificateFile | + | SSLCertificateFile |
SSLCertificateChainFile / | SSLCertificateChainFile / | ||
SSLCertificateKeyFile | SSLCertificateKeyFile | ||
- | SSLCACertificateFile | + | SSLCACertificateFile |
... | ... | ||
</ | </ | ||
Ligne 42: | Ligne 42: | ||
<file apache / | <file apache / | ||
- | | + | # modern configuration : https:// |
- | SSLProtocol | + | SSLProtocol |
- | SSLCipherSuite | + | SSLCipherSuite |
- | SSLHonorCipherOrder | + | SSLHonorCipherOrder |
- | SSLCompression | + | SSLCompression |
- | + | ||
- | # HSTS (mod_headers is required) (15768000 seconds = 6 months) | + | # HSTS (mod_headers is required) (15768000 seconds = 6 months) |
- | Header always add Strict-Transport-Security " | + | Header always add Strict-Transport-Security " |
- | + | ||
- | # OCSP Stapling, only in httpd 2.3.3 and later | + | # OCSP Stapling, only in httpd 2.3.3 and later |
- | SSLUseStapling | + | SSLUseStapling |
- | SSLStaplingResponderTimeout 5 | + | SSLStaplingResponderTimeout 5 |
- | SSLStaplingReturnResponderErrors off | + | SSLStaplingReturnResponderErrors off |
- | SSLStaplingCache | + | SSLStaplingCache |
</ | </ | ||
Activer cette configuration séparée avec '' | Activer cette configuration séparée avec '' |
doc/httpd.1432244015.txt.gz · Dernière modification : 2015/05/21 21:33 de bertrand.bonnefoy-claudet