From 98190821b360f5ac0263c66cbc8ebf787375197b Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 18 Jan 2018 16:15:48 -0800 Subject: [PATCH] Documentation/op-guide: Clarify TLS "--peer" flags Signed-off-by: Gyuho Lee --- Documentation/op-guide/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/op-guide/configuration.md b/Documentation/op-guide/configuration.md index 4286be19a..ef91845f2 100644 --- a/Documentation/op-guide/configuration.md +++ b/Documentation/op-guide/configuration.md @@ -271,12 +271,12 @@ The security flags help to [build a secure etcd cluster][security]. + env variable: ETCD_PEER_CA_FILE ### --peer-cert-file -+ Path to the peer server TLS cert file. ++ Path to the peer server TLS cert file. This is the cert for peer-to-peer traffic, used both for server and client. + default: "" + env variable: ETCD_PEER_CERT_FILE ### --peer-key-file -+ Path to the peer server TLS key file. ++ Path to the peer server TLS key file. This is the key for peer-to-peer traffic, used both for server and client. + default: "" + env variable: ETCD_PEER_KEY_FILE