Versions in this module Expand all Collapse all v3 v3.0.3 Sep 30, 2019 Changes in this version + type AccountService service + func (a *AccountService) Deactivate(accountURL string) error + func (a *AccountService) Get(accountURL string) (acme.Account, error) + func (a *AccountService) New(req acme.Account) (acme.ExtendedAccount, error) + func (a *AccountService) NewEAB(accMsg acme.Account, kid string, hmacEncoded string) (acme.ExtendedAccount, error) + type AuthorizationService service + func (c *AuthorizationService) Deactivate(authzURL string) error + func (c *AuthorizationService) Get(authzURL string) (acme.Authorization, error) + type CertificateService service + func (c *CertificateService) Get(certURL string, bundle bool) ([]byte, []byte, error) + func (c *CertificateService) Revoke(req acme.RevokeCertMessage) error + type ChallengeService service + func (c *ChallengeService) Get(chlgURL string) (acme.ExtendedChallenge, error) + func (c *ChallengeService) New(chlgURL string) (acme.ExtendedChallenge, error) + type Core struct + Accounts *AccountService + Authorizations *AuthorizationService + Certificates *CertificateService + Challenges *ChallengeService + HTTPClient *http.Client + Orders *OrderService + func New(httpClient *http.Client, userAgent string, caDirURL, kid string, ...) (*Core, error) + func (a *Core) GetDirectory() acme.Directory + func (a *Core) GetKeyAuthorization(token string) (string, error) + type OrderService service + func (o *OrderService) Get(orderURL string) (acme.Order, error) + func (o *OrderService) New(domains []string) (acme.ExtendedOrder, error) + func (o *OrderService) UpdateForCSR(orderURL string, csr []byte) (acme.Order, error) Other modules containing this package github.com/arno01/lego