Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { Trigger(id string) Renew(c *model.Certificate) RequestIssue(id string) bool RequestRenew(id string) bool GetAutoRenewChannel() chan string GetIssueChannel() chan string }
Service implements the ability to trigger a new certificate request, or Renew a certificate. Renewal presumes a certificate has already been issued.
Click to show internal directories.
Click to hide internal directories.