mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Document defining ciphers in example etcd config file.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
parent
8b93e0e46b
commit
d9068cd817
@ -138,3 +138,9 @@ force-new-cluster: false
|
|||||||
|
|
||||||
auto-compaction-mode: periodic
|
auto-compaction-mode: periodic
|
||||||
auto-compaction-retention: "1"
|
auto-compaction-retention: "1"
|
||||||
|
|
||||||
|
# Limit etcd to a specific set of tls cipher suites
|
||||||
|
cipher-suites: [
|
||||||
|
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
|
||||||
|
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user