|
@@ -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
|