Skip to content

Commit

Permalink
Add example config for TLS protocol version
Browse files Browse the repository at this point in the history
Co-authored-by: James Blair <[email protected]>
Signed-off-by: = <[email protected]>
  • Loading branch information
iiamabby and jmhbnz committed Aug 15, 2023
1 parent 2b533b4 commit 01317bf
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 01317bf

Please sign in to comment.