Updates of Lego.
This commit is contained in:
parent
5f4d440493
commit
2b2cfdfb32
102 changed files with 8355 additions and 902 deletions
2
vendor/github.com/xenolf/lego/challenge/http01/http_challenge.go
generated
vendored
2
vendor/github.com/xenolf/lego/challenge/http01/http_challenge.go
generated
vendored
|
@ -61,5 +61,5 @@ func (c *Challenge) Solve(authz acme.Authorization) error {
|
|||
}()
|
||||
|
||||
chlng.KeyAuthorization = keyAuth
|
||||
return c.validate(c.core, authz.Identifier.Value, chlng)
|
||||
return c.validate(c.core, domain, chlng)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue