aboutsummaryrefslogtreecommitdiff
path: root/challange_http.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-26 01:44:46 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-26 01:44:46 +0100
commitbc9b3520410ff64e4d15c946ab922f00e9698232 (patch)
tree9084d8eae3527c227f9772144c17413d8c988ccf /challange_http.go
parentf087a951510f3047d6d2a74e7a296a4eafd68fa6 (diff)
bikeshading
Diffstat (limited to 'challange_http.go')
-rw-r--r--challange_http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/challange_http.go b/challange_http.go
index bcc4691..b1fe9c0 100644
--- a/challange_http.go
+++ b/challange_http.go
@@ -12,7 +12,7 @@ import (
const wellKnown = `/.well-known/acme-challenge/`
func init() {
- registerChallenge(ChallengeHTTP)
+ registerSolver(ChallengeHTTP)
}
type httpChallenge struct {