Documentation ¶
Overview ¶
Package acme supports obtaining TLS certificates via ACME/Let's Encrypt.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoProvider = errors.New("no dns01 challenge provider set")
)
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Email string Registration *registration.Resource // contains filtered or unexported fields }
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.