Skip to content

Commit a8293e5

Browse files
author
caiweidong
committed
Documentation: add ENV variable ETCD_CIPHER_SUITES description
Fixes etcd-io#10277
1 parent bb25891 commit a8293e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/op-guide/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,11 @@ The security flags help to [build a secure etcd cluster][security].
310310
+ default: none
311311
+ env variable: ETCD_PEER_CERT_ALLOWED_CN
312312

313+
### --cipher-suites
314+
+ Comma-separated list of supported TLS cipher suites between server/client and peers.
315+
+ default: ""
316+
+ env variable: ETCD_CIPHER_SUITES
317+
313318
## Logging flags
314319

315320
### --logger

0 commit comments

Comments
 (0)