diff options
| author | lolcat <will@lolcat.ca> | 2025-02-01 22:53:06 -0500 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-02-01 22:53:06 -0500 |
| commit | 36b0c570aaa27cd8ca7d7bc1ec9232339afc5d4e (patch) | |
| tree | cfe8b1a638df98e5b3d23ed934a79f1938e610e2 /docker/apache/https/conf.d | |
| parent | 47a7a2a224620bcbeea822c9201bc76c94f191fe (diff) | |
| parent | 0180cf5224c8287975b1a091612887a9ca0256f6 (diff) | |
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
Diffstat (limited to 'docker/apache/https/conf.d')
| -rw-r--r-- | docker/apache/https/conf.d/ssl.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docker/apache/https/conf.d/ssl.conf b/docker/apache/https/conf.d/ssl.conf new file mode 100644 index 0000000..7b0dd15 --- /dev/null +++ b/docker/apache/https/conf.d/ssl.conf @@ -0,0 +1,19 @@ +LoadModule ssl_module modules/mod_ssl.so +LoadModule socache_shmcb_module modules/mod_socache_shmcb.so + +SSLRandomSeed startup file:/dev/urandom 512 +SSLRandomSeed connect builtin + +Listen 443 + +SSLCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES:!ADH +SSLProxyCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES:!ADH +SSLHonorCipherOrder on + +SSLProtocol all -SSLv3 +SSLProxyProtocol all -SSLv3 + +SSLPassPhraseDialog builtin + +SSLSessionCache "shmcb:/var/cache/mod_ssl/scache(512000)" +SSLSessionCacheTimeout 300 |
