Versions in this module Expand all Collapse all v2 v2.0.0 Aug 1, 2022 Changes in this version + type Certifier struct + func NewCertifier(core *api.Core, resolver resolverInternal, ...) *Certifier + func (c *Certifier) Get(url string, bundle bool) (*certificate.Resource, error) + func (c *Certifier) GetOCSP(bundle []byte) ([]byte, *ocsp.Response, error) + func (c *Certifier) Obtain(request certificate.ObtainRequest) (*certificate.Resource, error) + func (c *Certifier) ObtainForCSR(csr x509.CertificateRequest, bundle bool) (*certificate.Resource, error) + func (c *Certifier) Renew(certRes certificate.Resource, bundle, mustStaple bool) (*certificate.Resource, error) + func (c *Certifier) Revoke(cert []byte) error + type Client struct + Certificate *Certifier + Challenge *resolver.SolverManager + Registration *registration.Registrar + func NewClient(config *origLego.Config) (*Client, error) + func (c *Client) GetExternalAccountRequired() bool + func (c *Client) GetToSURL() string