MCPcopy
hub / github.com/caddyserver/caddy / ACMEChallenge

TypeAlias ACMEChallenge

modules/caddypki/acmeserver/challenges.go:12–12  ·  view source on GitHub ↗

ACMEChallenge is an opaque string that represents supported ACME challenges.

Source from the content-addressed store, hash-verified

10
11// ACMEChallenge is an opaque string that represents supported ACME challenges.
12type ACMEChallenge string
13
14const (
15 HTTP_01 ACMEChallenge = "http-01"

Callers 2

UnmarshalJSONMethod · 0.85
stringToChallengesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected