Documentation
¶
Index ¶
Constants ¶
View Source
const (
// HTTPChallengePath is the path prefix used for http-01 challenge requests
HTTPChallengePath = "/.well-known/acme-challenge"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTP01Solver ¶
type HTTP01Solver struct {
ListenPort int
Domain string
Token string
Key string
}
Click to show internal directories.
Click to hide internal directories.