forked from TrueCloudLab/lego
Minor fix, forgot package name
This commit is contained in:
parent
9a424abdee
commit
8850ac8bba
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue