Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientResolver ¶
type ClientResolver interface { GetKey() (crypto.Signer, error) SetToken(domain string, uri, token string) error }
ClientResolver ...
type ServerResolver ¶
ServerResolver ...
type Signer ¶
type Signer interface { AcmeAccount(endpoint, emails string, termsAgreed bool) AcmeConfig(expiring time.Duration) HasAccount() bool Notify(item interface{}) error }
Signer ...
Click to show internal directories.
Click to hide internal directories.