Browse Source

etcdmain: add peer-auto-tls doc

Gyu-Ho Lee 9 years ago
parent
commit
92f4aced25
1 changed files with 2 additions and 0 deletions
  1. 2 0
      etcdmain/help.go

+ 2 - 0
etcdmain/help.go

@@ -116,6 +116,8 @@ security flags:
 		enable peer client cert authentication.
 	--peer-trusted-ca-file ''
 		path to the peer server TLS trusted CA file.
+	--peer-auto-tls 'false'
+		peer TLS using self-generated certificates if --peer-key-file and --peer-cert-file are not provided.
 
 logging flags