Procházet zdrojové kódy

Merge pull request #10278 from cwdsuzhou/master

Documentation: add ENV variable ETCD_CIPHER_SUITES description
Sam Batschelet před 7 roky
rodič
revize
b4d200174e
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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