Browse Source

etcdmain: document peer-cert-allowed-cn flag

Eric Chiang 7 years ago
parent
commit
30ee30ffeb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      etcdmain/help.go

+ 2 - 0
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 ''