Versions in this module Expand all Collapse all v0 v0.1.0 Nov 17, 2020 Changes in this version + const DirectoryURL + type Account struct + Certificates map[string]*certificate.Certificate + Changed bool + ClientPassphrase *string + Domains []string + Email *string + Registration *registration.RegistrationCrypt + func New(email *string, domains []string, provider *provider.Provider) *Account + func (a *Account) Create() error + func (a *Account) CreateOrRenewCertificates() error + type AccountCrypt Account + func (ac *AccountCrypt) MarshalJSON() ([]byte, error) + func (ac *AccountCrypt) UnmarshalJSON(b []byte) error + type Accounts []Account