Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Account ¶
type Account struct { Email string Registration *registration.Resource PrivateKey []byte KeyType certcrypto.KeyType }
Account is used to store lets encrypt registration info
type Certificate ¶
Certificate is a struct which contains all data needed from an ACME certificate
type StoredData ¶
type StoredData struct { Account *Account Certificates []*Certificate HTTPChallenges map[string]map[string][]byte TLSChallenges map[string]*Certificate }
StoredData represents the data managed by the Store
Click to show internal directories.
Click to hide internal directories.