Migrate to go-acme/lego.

This commit is contained in:
Ludovic Fernandez
2019-03-12 16:40:04 +01:00
committed by Traefiker Bot
parent 1206cd52fc
commit fcc4cab614
290 changed files with 14145 additions and 2597 deletions

View File

@@ -33,9 +33,9 @@ import (
traefiktls "github.com/containous/traefik/tls"
"github.com/containous/traefik/types"
"github.com/containous/traefik/whitelist"
"github.com/go-acme/lego/challenge/tlsalpn01"
"github.com/sirupsen/logrus"
"github.com/urfave/negroni"
"github.com/xenolf/lego/challenge/tlsalpn01"
)
var httpServerLogger = stdlog.New(log.WriterLevel(logrus.DebugLevel), "", 0)