1
0
Fork 0

Fix default KV configuration

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2016-06-09 23:44:49 +02:00
parent d1ffbd8a03
commit 223e8cafac
No known key found for this signature in database
GPG key ID: D808B4C167352E59
2 changed files with 2 additions and 5 deletions

View file

@ -95,7 +95,7 @@ func (provider *Kv) provide(configurationChan chan<- types.ConfigMessage, pool *
cert, err := tls.LoadX509KeyPair(provider.TLS.Cert, provider.TLS.Key)
if err != nil {
return fmt.Errorf("Failed to load keypair. %s", err)
return fmt.Errorf("Failed to load TLS keypair: %v", err)
}
storeConfig.TLS = &tls.Config{