Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChallenger ¶
func NewChallenger(config *ChallengerConfig) (core.ACMEChallenger, error)
Types ¶
type ChallengerConfig ¶
type ChallengerConfig struct {
Username string `json:"username"`
Password string `json:"password"`
MtlsCertificate string `json:"mtlsCertificate,omitempty"`
MtlsPrivateKey string `json:"mtlsPrivateKey,omitempty"`
DnsPropagationTimeout int `json:"dnsPropagationTimeout,omitempty"`
DnsTTL int `json:"dnsTTL,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.