Add example config for TLS protocol version
Co-authored-by: James Blair <mail@jamesblair.net> Signed-off-by: = <abby.crimlis@outlook.com>
This commit is contained in:
@ -145,3 +145,7 @@ cipher-suites: [
|
||||
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
|
||||
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||
]
|
||||
|
||||
# Limit etcd to specific TLS protocol versions
|
||||
tls-min-version: 'TLS1.2'
|
||||
tls-max-version: 'TLS1.3'
|
||||
|
Reference in New Issue
Block a user