Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cert ¶
type Cert struct {
// contains filtered or unexported fields
}
func (*Cert) Get ¶
func (c *Cert) Get() *certificate.Resource
func (*Cert) ReadFromFile ¶
func (*Cert) Validate ¶ added in v0.6.0
func (c *Cert) Validate() (*CertDetail, error)
type User ¶
type User struct { Email string Registration *registration.Resource // contains filtered or unexported fields }
You'll need a user or account type that implements acme.User
func (*User) GetPrivateKey ¶
func (u *User) GetPrivateKey() crypto.PrivateKey
func (*User) GetRegistration ¶
func (u *User) GetRegistration() *registration.Resource
Click to show internal directories.
Click to hide internal directories.