some renames

This commit is contained in:
6543 2021-12-05 17:57:54 +01:00
parent a0e0d2d335
commit e85f21ed2e
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE
3 changed files with 38 additions and 37 deletions

View file

@ -27,7 +27,7 @@ func SetupServer(handler fasthttp.RequestHandler) *fasthttp.Server {
}
}
func SetupHttpACMEChallengeServer(challengeCache cache.SetGetKey) *fasthttp.Server {
func SetupHTTPACMEChallengeServer(challengeCache cache.SetGetKey) *fasthttp.Server {
challengePath := []byte("/.well-known/acme-challenge/")
return &fasthttp.Server{