Fix default KV configuration
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
d1ffbd8a03
commit
223e8cafac
2 changed files with 2 additions and 5 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue