mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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:
parent
2b533b4bc2
commit
01317bf80a
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user