Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACMEServer ¶
type ACMEServer struct {
// contains filtered or unexported fields
}
ACMEServer is a test implementation of the ACME protocol.
func NewACMEServer ¶
func NewACMEServer(t *testing.T, opts ...Option) *ACMEServer
NewACMEServer creates a new ACMEServer for testing.
type Option ¶
type Option func(*ACMEServer)
Option is a function that configures the ACMEServer.
func ModifyRequest ¶
ModifyRequest is an option to modify the request during HTTP-01 challenge.
Click to show internal directories.
Click to hide internal directories.