Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DomainsZones ¶
DomainsZones retrieves the latest list of domains and zones for the project. Some or all of the domains may not have a certificate.
func SetDomainsList ¶
SetDomainsList saves a new version of the list of domains for a project.
func UpdateDomains ¶
Types ¶
type Account ¶
type Account struct { Email string `json:"email"` Registration *acme.RegistrationResource `json:"registration"` // contains filtered or unexported fields }
An Account represents a user's credentials; implements acme.User.
func (*Account) GetPrivateKey ¶
func (a *Account) GetPrivateKey() crypto.PrivateKey
GetPrivateKey returns the private account key.
func (*Account) GetRegistration ¶
func (a *Account) GetRegistration() *acme.RegistrationResource
GetRegistration returns the server registration
type DomainZoneInfo ¶
type DomainZoneInfo struct {
Domain, ARecord string
}
Click to show internal directories.
Click to hide internal directories.