Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChallenger ¶
func NewChallenger(config *ChallengerConfig) (certifier.ACMEChallenger, error)
Types ¶
type ChallengerConfig ¶
type ChallengerConfig struct {
ServerUrl string `json:"serverUrl"`
Username string `json:"username"`
ApiToken string `json:"apiToken"`
DnsPropagationTimeout int `json:"dnsPropagationTimeout,omitempty"`
DnsTTL int `json:"dnsTTL,omitempty"`
AllowInsecureConnections bool `json:"allowInsecureConnections,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.