forked from Ivasoft/traefik
Improve TLS Handshake
This commit is contained in:
committed by
Traefiker Bot
parent
2303301d38
commit
689f120410
@@ -209,10 +209,7 @@ func runCmd(globalConfiguration *configuration.GlobalConfiguration, configFile s
|
||||
entryPoint.OnDemandListener = acmeprovider.ListenRequest
|
||||
}
|
||||
|
||||
entryPoint.CertificateStore = &traefiktls.CertificateStore{
|
||||
DynamicCerts: &safe.Safe{},
|
||||
StaticCerts: &safe.Safe{},
|
||||
}
|
||||
entryPoint.CertificateStore = traefiktls.NewCertificateStore()
|
||||
acmeprovider.SetCertificateStore(entryPoint.CertificateStore)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user