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
73630966
Commit
73630966
authored
Feb 05, 2020
by
Yossi Gottlieb
Committed by
antirez
Feb 12, 2020
Browse files
TLS: Some redis.conf clarifications.
parent
488e1947
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
73630966
...
...
@@ -155,23 +155,22 @@ tcp-keepalive 300
# tls-ca-cert-file ca.crt
# tls-ca-cert-dir /etc/ssl/certs
#
If TLS/SSL clients are required to authenticate using a client side
#
certif
icate
,
us
e this directive
.
#
By default, clients (including replica servers) on a TLS port are required
#
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
# this configuration directive:
# By default, a Redis replica does not attempt to establish a TLS connection
# with its master.
#
# Use the following directive to enable TLS on replication links.
#
# tls-replication yes
# If TLS/SSL should be used for the Redis Cluster bus, enable this configuration
# directive.
#
# NOTE: If TLS/SSL is enabled for Cluster Bus, mutual authentication is always
# enforced.
# By default, the Redis Cluster bus uses a plain TCP connection. To enable
# TLS for the bus protocol, use the following directive:
#
# 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