Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cert ¶
type Cert struct { Email string Domains []string AcmeServer string CertChan chan acme.CertificateResource ComChan chan string ChallengeChan chan *ChallengeParams ErrChan chan error }
Cert allow creation and renewal of certs
type ChallengeParams ¶
ChallengeParams holds the params we need to match for the challenge
Click to show internal directories.
Click to hide internal directories.