Explorar o código

Merge pull request #5263 from gyuho/autotls-flag

etcdmain: add auto-tls flag to help.go
Xiang Li %!s(int64=10) %!d(string=hai) anos
pai
achega
0f5b8c39b4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      etcdmain/help.go

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