Commit f93e1417 authored by Yossi Gottlieb's avatar Yossi Gottlieb Committed by antirez
Browse files

TLS: Improve tls-protocols clarity in redis.conf.

parent d0c9e445
...@@ -176,9 +176,10 @@ tcp-keepalive 300 ...@@ -176,9 +176,10 @@ tcp-keepalive 300
# tls-cluster yes # tls-cluster yes
# Explicitly specify TLS versions to support. Allowed values are case insensitive # Explicitly specify TLS versions to support. Allowed values are case insensitive
# and include "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" (OpenSSL >= 1.1.1) # and include "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" (OpenSSL >= 1.1.1) or
# any combination. To enable only TLSv1.2 and TLSv1.3, use:
# #
# tls-protocols TLSv1.2 # tls-protocols "TLSv1.2 TLSv1.3"
# Configure allowed ciphers. See the ciphers(1ssl) manpage for more information # Configure allowed ciphers. See the ciphers(1ssl) manpage for more information
# about the syntax of this string. # about the syntax of this string.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment