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