acme: add support of preferredchain in Traefik v1

This commit is contained in:
Ludovic Fernandez
2021-10-04 17:52:11 +02:00
committed by GitHub
parent 8d76f52b85
commit df6aab811d
18 changed files with 915 additions and 342 deletions

View File

@@ -19,7 +19,7 @@ import (
"github.com/armon/go-proxyproto"
"github.com/containous/mux"
"github.com/go-acme/lego/v3/challenge/tlsalpn01"
"github.com/go-acme/lego/v4/challenge/tlsalpn01"
"github.com/sirupsen/logrus"
"github.com/traefik/traefik/cluster"
"github.com/traefik/traefik/configuration"