aboutsummaryrefslogtreecommitdiff
path: root/challange_http.go
blob: 2d10da470df4591d0cc5ced0afffb86bebdc6eb8 (plain)
1
2
3
4
5
6
7
package acme

const wellKnown = `/.well-known/acme-challenge/`

func init() {
	registerChallenge(ChallengeHTTP)
}