Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDisabled = errors.New("acme is disabled")
)
Functions ¶
This section is empty.
Types ¶
type ACME ¶
type ACME struct {
// contains filtered or unexported fields
}
ACME is a wrapper for the acme client
func (*ACME) Certificate ¶
func (e *ACME) Certificate() *certificate.Certifier
func (*ACME) Challenge ¶
func (e *ACME) Challenge() *resolver.SolverManager
type User ¶
type User struct { Email string Registration *registration.Resource Key crypto.PrivateKey }
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.