aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme/main.go')
-rw-r--r--cmd/acme/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/acme/main.go b/cmd/acme/main.go
index 360fb90..df6f7a0 100644
--- a/cmd/acme/main.go
+++ b/cmd/acme/main.go
@@ -82,9 +82,8 @@ func main() {
}
}
- // TODO des.Register
hs := &httpChallenge{Webroot: des.Webroot}
- acme.RegisterSolver(acme.ChallengeHTTP, hs)
+ des.RegisterSolver(acme.ChallengeHTTP, hs)
wg.Add(1)
go func(k string, des *desire) {