aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")
+}