Browse Source

nits and refactor for etcd tls config

Signed-off-by: Alexandre Beslic <abronan@docker.com>
Alexandre Beslic 9 years ago
parent
commit
599deba8c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libnetwork/internal/kvstore/kvstore.go

+ 1 - 1
libnetwork/internal/kvstore/kvstore.go

@@ -50,7 +50,7 @@ type Config struct {
 type ClientTLSConfig struct {
 type ClientTLSConfig struct {
 	CertFile   string
 	CertFile   string
 	KeyFile    string
 	KeyFile    string
-	CACertFile string // Really should be []string, but etcd...
+	CACertFile string
 }
 }
 
 
 // Store represents the backend K/V storage
 // Store represents the backend K/V storage