mirror of
https://github.com/teddysun/lamp.git
synced 2026-04-11 15:28:48 +00:00
16 lines
544 B
Plaintext
16 lines
544 B
Plaintext
Listen 443
|
|
AddType application/x-x509-ca-cert .crt
|
|
AddType application/x-pkcs7-crl .crl
|
|
SSLPassPhraseDialog builtin
|
|
SSLSessionCache "shmcb:logs/ssl_scache(512000)"
|
|
SSLSessionCacheTimeout 300
|
|
SSLUseStapling On
|
|
SSLStaplingCache "shmcb:logs/ssl_stapling(512000)"
|
|
SSLProtocol -All +TLSv1.2 +TLSv1.3
|
|
SSLProxyProtocol -All +TLSv1.2 +TLSv1.3
|
|
SSLCipherSuite HIGH:!aNULL:!MD5:!3DES:!CAMELLIA:!AES128
|
|
SSLProxyCipherSuite HIGH:!aNULL:!MD5:!3DES:!CAMELLIA:!AES128
|
|
SSLHonorCipherOrder on
|
|
SSLCompression off
|
|
Mutex sysvsem default
|
|
SSLStrictSNIVHostCheck on |