aboutsummaryrefslogtreecommitdiff
path: root/challange_http.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-13 16:02:15 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-13 16:02:15 +0100
commitf6536039db9f5db4ff8f0cd2e1148bbddf387f66 (patch)
tree5ac440c682d01fdff31a115e70941f65cc4268e9 /challange_http.go
parent1db342aa4b01994cc46f5414e919dba714b1abd3 (diff)
Add stringer
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 b6b1c02..2d10da4 100644
--- a/challange_http.go
+++ b/challange_http.go
@@ -3,5 +3,5 @@ package acme
const wellKnown = `/.well-known/acme-challenge/`
func init() {
- registerChallenge("http-01")
+ registerChallenge(ChallengeHTTP)
}