summaryrefslogtreecommitdiff
path: root/docker/stunnel/conf/redis.conf
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-12-16 09:36:56 +0200
committerGitHub <noreply@github.com>2021-12-16 09:36:56 +0200
commit18c6809b761bc6755349e1d7e08e74e857ec2c65 (patch)
tree29ba60b2d00dbc999981e2def8a51fd0a07a9e6a /docker/stunnel/conf/redis.conf
parenta8b8f142399a62e64c3003adda2d9563eea95ef4 (diff)
downloadredis-py-18c6809b761bc6755349e1d7e08e74e857ec2c65.tar.gz
Support for password-encrypted SSL private keys (#1782)
Adding support for SSL private keys with a password. This PR also adds support for future SSL tests.
Diffstat (limited to 'docker/stunnel/conf/redis.conf')
-rw-r--r--docker/stunnel/conf/redis.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/stunnel/conf/redis.conf b/docker/stunnel/conf/redis.conf
new file mode 100644
index 0000000..84f6d40
--- /dev/null
+++ b/docker/stunnel/conf/redis.conf
@@ -0,0 +1,6 @@
+[redis]
+accept = 6666
+connect = master:6379
+cert = /etc/stunnel/keys/server-cert.pem
+key = /etc/stunnel/keys/server-key.pem
+verify = 0