add TLS configuration for redis/keydb connection

This commit is contained in:
Lawrence, Rendall
2025-01-03 22:00:45 +03:00
parent ebe4dc39b3
commit b0bbce093a
3 changed files with 75 additions and 4 deletions

View File

@@ -70,6 +70,13 @@ storage:
# only first address used
addresses: ["127.0.0.1:6379"]
# Use TLS for connecting to specified addresses.
tls: false
# Trusted CA certificates to check while TLS connection.
# If not provided, system certificates used.
ca_certs: []
# Database to be selected after connecting to the server.
db: 0