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
NewSolver returns a new ACME HTTP01 solver for the given Issuer and client. TODO: refactor this to have fewer args
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.