From 6f00a680bdc4e2cafc1caa8be65d5d41588973bc Mon Sep 17 00:00:00 2001 From: Vivek Saini Date: Wed, 2 Feb 2022 15:49:52 -0500 Subject: [PATCH] Updated default config file with TLS rotation config option --- keydb.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/keydb.conf b/keydb.conf index 247bcb9ad..677303f86 100644 --- a/keydb.conf +++ b/keydb.conf @@ -257,6 +257,11 @@ tcp-keepalive 300 # # tls-session-cache-timeout 60 +# Allow the server to monitor the filesystem and rotate out TLS certificates if +# they change on disk, defaults to no. +# +# tls-rotation no + ################################# GENERAL ##################################### # By default KeyDB does not run as a daemon. Use 'yes' if you need it.