aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-10 20:16:59 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-10 20:16:59 +0100
commitae870e2238178ef86a68818171cb1ef0eeb9d5d1 (patch)
tree371591f2116bf40f922496198291e3f02112ceb2 /cmd/acme/main.go
parentcb9a55bd70137add83aa05d4b850d3af25c7a6fc (diff)
HTTP Solver
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)