From a8293e5815b9070e3c24870c97be3eb7a288cac3 Mon Sep 17 00:00:00 2001 From: caiweidong Date: Tue, 20 Nov 2018 16:58:55 +0800 Subject: [PATCH] Documentation: add ENV variable ETCD_CIPHER_SUITES description Fixes #10277 --- Documentation/op-guide/configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/op-guide/configuration.md b/Documentation/op-guide/configuration.md index 9b93c0e83..e8f92f490 100644 --- a/Documentation/op-guide/configuration.md +++ b/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