mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 01:02:46 +01:00
Fix Redis
This commit is contained in:
@@ -14,8 +14,6 @@ redis:
|
||||
tls-replication: 'no'
|
||||
tls-cluster: 'no'
|
||||
tls-protocols: '"TLSv1.2 TLSv1.3"'
|
||||
tls-ciphers: 'DEFAULT:!MEDIUM'
|
||||
tls-ciphersuites: 'TLS_CHACHA20_POLY1305_SHA256'
|
||||
tls-prefer-server-ciphers: 'yes'
|
||||
tls-session-caching: 'yes'
|
||||
tls-session-cache-size: 20480
|
||||
|
||||
@@ -63,16 +63,6 @@ redis:
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
tls-ciphers:
|
||||
description: Allowed ciphers.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
tls-ciphersuites:
|
||||
description: Acceptable cipher suites.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
tls-prefer-server-ciphers:
|
||||
description: Prefer the server side ciphers.
|
||||
global: True
|
||||
|
||||
Reference in New Issue
Block a user