Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
func NewMockClient ¶
func NewMockClient(b logical.Backend, storage logical.Storage) *MockClient
NewMockClient return a MockClient that can be used in tetss
type Provider ¶
Provider solves an ACME challenge
func NewHTTP01Provider ¶
NewHTTP01Provider returns a provider that solves the HTTP-01 challenge defined in https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html#rfc.section.8.3
func NewTLSALPN01Provider ¶
NewTLSALPN01Provider returns a provider that solves the TLS-ALPN-01 challenge defined in https://tools.ietf.org/html/draft-ietf-acme-tls-alpn-01
Click to show internal directories.
Click to hide internal directories.