Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
edfe1b2f
Unverified
Commit
edfe1b2f
authored
Feb 05, 2020
by
Salvatore Sanfilippo
Committed by
GitHub
Feb 05, 2020
Browse files
Merge pull request #6839 from yossigo/fix/redis-conf-tls-clarifications
TLS: Some redis.conf clarifications.
parents
44ac202f
1e02d599
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
edfe1b2f
...
@@ -155,23 +155,22 @@ tcp-keepalive 300
...
@@ -155,23 +155,22 @@ tcp-keepalive 300
# tls-ca-cert-file ca.crt
# tls-ca-cert-file ca.crt
# tls-ca-cert-dir /etc/ssl/certs
# tls-ca-cert-dir /etc/ssl/certs
#
If TLS/SSL clients are required to authenticate using a client side
#
By default, clients (including replica servers) on a TLS port are required
#
certif
icate
,
us
e this directive
.
#
to authent
icate us
ing valid client side certificates
.
#
#
#
Note: this applies to all incoming clients, including replicas
.
#
It is possible to disable authentication using this directive
.
#
#
# tls-auth-clients
yes
# tls-auth-clients
no
# If TLS/SSL should be used when connecting as a replica to a master, enable
# By default, a Redis replica does not attempt to establish a TLS connection
# this configuration directive:
# with its master.
#
# Use the following directive to enable TLS on replication links.
#
#
# tls-replication yes
# tls-replication yes
# If TLS/SSL should be used for the Redis Cluster bus, enable this configuration
# By default, the Redis Cluster bus uses a plain TCP connection. To enable
# directive.
# TLS for the bus protocol, use the following directive:
#
# NOTE: If TLS/SSL is enabled for Cluster Bus, mutual authentication is always
# enforced.
#
#
# tls-cluster yes
# tls-cluster yes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment