Skip to content

Commit

Permalink
Document defining ciphers in example etcd config file.
Browse files Browse the repository at this point in the history
Signed-off-by: James Blair <[email protected]>
  • Loading branch information
jmhbnz committed Mar 29, 2023
1 parent 8b93e0e commit d9068cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etcd.conf.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,9 @@ force-new-cluster: false

auto-compaction-mode: periodic
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
]

0 comments on commit d9068cd

Please sign in to comment.