diff --git a/seed/redis/applicationservice.yml b/seed/redis/applicationservice.yml index d173f89b..b923a7e4 100644 --- a/seed/redis/applicationservice.yml +++ b/seed/redis/applicationservice.yml @@ -1,5 +1,5 @@ format: '0.1' description: Redis depends: - - base-fedora-35 + - base-fedora-36 provider: Redis diff --git a/seed/redis/dictionaries/90_redis.xml b/seed/redis/dictionaries/90_redis.xml index 43e9f074..dfd0b166 100644 --- a/seed/redis/dictionaries/90_redis.xml +++ b/seed/redis/dictionaries/90_redis.xml @@ -9,6 +9,7 @@ /etc/pki/ca-trust/source/anchors/ca_Redis.crt /etc/pki/tls/certs/redis.crt /etc/pki/tls/private/redis.key + /tests/redis.yml diff --git a/seed/redis/templates/redis.conf b/seed/redis/templates/redis.conf index 8448e98d..ece2dbdc 100644 --- a/seed/redis/templates/redis.conf +++ b/seed/redis/templates/redis.conf @@ -180,7 +180,9 @@ tcp-keepalive %%redis_tcp_keepalive # # tls-client-key-file-pass secret -# Configure a DH parameters file to enable Diffie-Hellman (DH) key exchange: +# Configure a DH parameters file to enable Diffie-Hellman (DH) key exchange, +# required by older versions of OpenSSL (<3.0). Newer versions do not require +# this configuration and recommend against it. # # tls-dh-params-file redis.dh @@ -485,7 +487,10 @@ rdb-del-sync-files no # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. +#>GNUNUX +#dir /var/lib/redis dir /srv/redis +#