aboutsummaryrefslogtreecommitdiff
path: root/challange_http.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-10 21:45:29 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-10 21:45:29 +0100
commita0003616b6e76c85076253c83d19c49541c0e3e6 (patch)
tree494e8ad14e66d029c1232102b18a6f104a9f0ad9 /challange_http.go
parent58fd3599d372786c04254fc5451c9e00d7aed2d1 (diff)
Dummy challenge registry
Diffstat (limited to 'challange_http.go')
-rw-r--r--challange_http.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/challange_http.go b/challange_http.go
index c1775ac..b6b1c02 100644
--- a/challange_http.go
+++ b/challange_http.go
@@ -1,3 +1,7 @@
package acme
const wellKnown = `/.well-known/acme-challenge/`
+
+func init() {
+ registerChallenge("http-01")
+}