Merge pull request #10278 from cwdsuzhou/master

Documentation: add ENV variable ETCD_CIPHER_SUITES description
release-3.4
Sam Batschelet 2018-11-20 10:57:51 -05:00 committed by GitHub
commit b4d200174e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -310,6 +310,11 @@ The security flags help to [build a secure etcd cluster][security].
+ default: none
+ env variable: ETCD_PEER_CERT_ALLOWED_CN
### --cipher-suites
+ Comma-separated list of supported TLS cipher suites between server/client and peers.
+ default: ""
+ env variable: ETCD_CIPHER_SUITES
## Logging flags
### --logger