From 30ee30ffeb7a3a253acdc920c569bebf37bc9ca5 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Tue, 24 Apr 2018 13:31:54 -0700 Subject: [PATCH] etcdmain: document peer-cert-allowed-cn flag --- etcdmain/help.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etcdmain/help.go b/etcdmain/help.go index 55334f3fb..95cff0b8a 100644 --- a/etcdmain/help.go +++ b/etcdmain/help.go @@ -134,6 +134,8 @@ Security: Enable peer client cert authentication. --peer-trusted-ca-file '' Path to the peer server TLS trusted CA file. + --peer-cert-allowed-cn '' + Required CN for client certs connecting to the peer endpoint. --peer-auto-tls 'false' Peer TLS using self-generated certificates if --peer-key-file and --peer-cert-file are not provided. --peer-crl-file ''