Skip to content

Commit

Permalink
Merge pull request etcd-io#16419 from iiamabby/update-example-config
Browse files Browse the repository at this point in the history
Add example config for TLS protocol version
  • Loading branch information
ahrtr committed Aug 15, 2023
2 parents ea16ed8 + 01317bf commit b130741
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etcd.conf.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit b130741

Please sign in to comment.