mirror of
https://github.com/go-acme/lego.git
synced 2024-12-05 20:02:38 +02:00
Minor fix, forgot package name
This commit is contained in:
parent
9a424abdee
commit
8850ac8bba
@ -49,7 +49,7 @@ func setup(c *cli.Context) (*Configuration, *Account, *acme.Client) {
|
||||
logger().Fatal(err)
|
||||
}
|
||||
|
||||
client.SetChallengeProvider(HTTP01, provider)
|
||||
client.SetChallengeProvider(acme.HTTP01, provider)
|
||||
}
|
||||
if c.GlobalIsSet("http") {
|
||||
client.SetHTTPAddress(c.GlobalString("http"))
|
||||
|
Loading…
Reference in New Issue
Block a user