etcdserver: add 'ClientCertAuthEnabled' option

This commit is contained in:
Gyu-Ho Lee
2016-07-20 16:22:59 -07:00
parent e81df2648c
commit affcbfbf06

View File

@@ -56,6 +56,9 @@ type ServerConfig struct {
StrictReconfigCheck bool
EnablePprof bool
// ClientCertAuthEnabled is true when cert has been signed by the client CA.
ClientCertAuthEnabled bool
}
// VerifyBootstrap sanity-checks the initial config for bootstrap case