Documentation
¶
Overview ¶
Package acme provides logic related to the ACME protocols and flows
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTP01Challenge ¶
HTTP01Challenge represents a ACME-HTTP-01 challenge handler
type HTTP01Resolver ¶
type HTTP01Resolver interface { AnnounceHost(hostname string) LookupChallenge(hostname, key string) HTTP01Challenge }
HTTP01Resolver represents the interface using to handle a ACME-HTTP-01 challenge
Click to show internal directories.
Click to hide internal directories.