Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChallTestSrvClient ¶
type ChallTestSrvClient struct {
// contains filtered or unexported fields
}
func NewChallTestSrvClient ¶
func NewChallTestSrvClient(port string) *ChallTestSrvClient
func (*ChallTestSrvClient) ClearPersistRecord ¶
func (c *ChallTestSrvClient) ClearPersistRecord(host string) error
func (*ChallTestSrvClient) ClearTXTRecord ¶
func (c *ChallTestSrvClient) ClearTXTRecord(host string) error
ClearTXTRecord to clear all TXT records for a host. https://github.com/letsencrypt/pebble/tree/main/cmd/pebble-challtestsrv#dns-01
func (*ChallTestSrvClient) SetPersistRecord ¶
func (c *ChallTestSrvClient) SetPersistRecord(host, value string) error
func (*ChallTestSrvClient) SetTXTRecord ¶
func (c *ChallTestSrvClient) SetTXTRecord(host, value string) error
SetTXTRecord to add a TXT record for a host. https://github.com/letsencrypt/pebble/tree/main/cmd/pebble-challtestsrv#dns-01
type FakeUser ¶
type FakeUser struct {
Email string
PrivateKey crypto.Signer
Registration *acme.ExtendedAccount
}
func (*FakeUser) GetPrivateKey ¶
func (*FakeUser) GetRegistration ¶
func (f *FakeUser) GetRegistration() *acme.ExtendedAccount
Click to show internal directories.
Click to hide internal directories.