Certificate can contain path or file contents

Signed-off-by: Martin <martin.piegay@zenika.com>
This commit is contained in:
Martin 2016-06-27 12:19:14 +02:00
parent 056e0fe2d9
commit 7ada80b619
5 changed files with 172 additions and 14 deletions

View file

@ -176,7 +176,6 @@ Complete documentation is available at https://traefik.io`,
//TODO : log warning if many KvStore or set priority
if kv != nil {
fmtlog.Println("KV Store found")
s.AddSource(kv)
if _, err := s.LoadConfig(); err != nil {
fmtlog.Println(fmt.Errorf("Error : %s", err))