forked from Ivasoft/traefik
fix: update lego.
This commit is contained in:
committed by
Traefiker Bot
parent
9537449b07
commit
227fab3867
@@ -250,7 +250,7 @@ func (p *Provider) getClient() (*lego.Client, error) {
|
||||
|
||||
config := lego.NewConfig(account)
|
||||
config.CADirURL = caServer
|
||||
config.KeyType = account.KeyType
|
||||
config.Certificate.KeyType = account.KeyType
|
||||
config.UserAgent = fmt.Sprintf("containous-traefik/%s", version.Version)
|
||||
|
||||
client, err := lego.NewClient(config)
|
||||
|
||||
Reference in New Issue
Block a user