mirror of
https://github.com/traefik/traefik.git
synced 2026-06-18 19:38:23 +03:00
OCSP stapling
This commit is contained in:
committed by
GitHub
parent
2949995abc
commit
b39ee8ede5
@@ -182,7 +182,9 @@ func setupServer(staticConfiguration *static.Configuration) (*server.Server, err
|
||||
|
||||
// ACME
|
||||
|
||||
tlsManager := traefiktls.NewManager()
|
||||
tlsManager := traefiktls.NewManager(staticConfiguration.OCSP)
|
||||
routinesPool.GoCtx(tlsManager.Run)
|
||||
|
||||
httpChallengeProvider := acme.NewChallengeHTTP()
|
||||
|
||||
tlsChallengeProvider := acme.NewChallengeTLSALPN()
|
||||
|
||||
Reference in New Issue
Block a user