etcdserver: add 'ClientCertAuthEnabled' option

release-3.1
Gyu-Ho Lee 2016-07-20 16:22:59 -07:00
parent 0f0d32b073
commit 9510bd6036
1 changed files with 3 additions and 0 deletions

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