From 56dd991b4e3fd821d8d544db6fb887c93caa973f Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Tue, 3 May 2016 12:40:02 -0700 Subject: [PATCH] etcdmain: add auto-tls flag to help.go --- etcdmain/help.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etcdmain/help.go b/etcdmain/help.go index f702befdc..5fe496108 100644 --- a/etcdmain/help.go +++ b/etcdmain/help.go @@ -107,6 +107,8 @@ security flags: enable client cert authentication. --trusted-ca-file '' path to the client server TLS trusted CA key file. + --auto-tls 'false' + client TLS using generated certificates. --peer-ca-file '' [DEPRECATED] path to the peer server TLS CA file. '-peer-ca-file ca.crt' could be replaced by '-peer-trusted-ca-file ca.crt -peer-client-cert-auth' and etcd will perform the same. --peer-cert-file ''