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.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/acme/main.go b/cmd/acme/main.go
index dffeda0..1dbc496 100644
--- a/cmd/acme/main.go
+++ b/cmd/acme/main.go
@@ -88,7 +88,6 @@ func main() {
},
Webroot: des.Webroot,
}
- hs.Init()
acme.RegisterSolver(acme.ChallengeHTTP, hs)
wg.Add(1)