Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HTTP01Timeout is the max amount of time to wait for an HTTP01 challenge // to succeed HTTP01Timeout = time.Minute * 15 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Solver ¶
type Solver struct { *controller.Context // contains filtered or unexported fields }
Solver is an implementation of the acme http-01 challenge solver protocol
func NewSolver ¶
func NewSolver(ctx *controller.Context) (*Solver, error)
NewSolver returns a new ACME HTTP01 solver for the given *controller.Context.
func (*Solver) CleanUp ¶
CleanUp will ensure the created service, ingress and pod are clean/deleted of any cert-manager created data.
Click to show internal directories.
Click to hide internal directories.