瀏覽代碼

Documentation: add ENV variable ETCD_CIPHER_SUITES description

Fixes #10277
caiweidong 7 年之前
父節點
當前提交
a8293e5815
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Documentation/op-guide/configuration.md

+ 5 - 0
Documentation/op-guide/configuration.md

@@ -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