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