Documentation ¶
Index ¶
Constants ¶
View Source
const ( // staging //DirectoryURL = "https://acme-staging-v02.api.letsencrypt.org/directory" DirectoryURL = "https://acme-v02.api.letsencrypt.org/directory" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { Certificates map[string]*certificate.Certificate `json:"certificates"` Changed bool `json:"-"` ClientPassphrase *string `json:"-"` Domains []string `json:"-"` Email *string `json:"-"` Registration *registration.RegistrationCrypt `json:"registration"` // contains filtered or unexported fields }
func (*Account) CreateOrRenewCertificates ¶
type AccountCrypt ¶
type AccountCrypt Account
func (*AccountCrypt) MarshalJSON ¶
func (ac *AccountCrypt) MarshalJSON() ([]byte, error)
func (*AccountCrypt) UnmarshalJSON ¶
func (ac *AccountCrypt) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.