]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/httpd/ssl-global.conf
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / config / httpd / ssl-global.conf
1 <IfModule mod_ssl.c>
2
3 # Some MIME-types for downloading Certificates and CRLs
4 AddType application/x-x509-ca-cert .crt
5 AddType application/x-pkcs7-crl .crl
6
7 # Pass Phrase Dialog
8 SSLPassPhraseDialog builtin
9
10 # Inter-Process Session Cache
11 SSLSessionCache shmcb:/var/log/httpd/ssl_scache(512000)
12 SSLSessionCacheTimeout 900
13
14 # Pseudo Random Number Generator (PRNG)
15 SSLRandomSeed startup builtin
16 SSLRandomSeed connect builtin
17
18 </IfModule>