Skip to content

Commit ba67b83

Browse files
committed
docs(#450): add note for CA certificate file path in Redis SSL configuration
1 parent 64cf90e commit ba67b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ REDIS_USE_SSL=false
8484
REDIS_SSL_CERT_REQS=CERT_NONE
8585
# Options: CERT_NONE, CERT_OPTIONAL, CERT_REQUIRED
8686
REDIS_SSL_CA_CERTS=
87+
# Path to the CA certificate file for SSL verification, e.g. /path/to/ca.crt
8788

8889
# Whether to use Redis Sentinel mode.
8990
# If set to true, the application will automatically discover and connect to the master node through Sentinel.

0 commit comments

Comments
 (0)