Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChallengeProvider ¶
func NewChallengeProvider(config *AzureDNSApplicantConfig) (challenge.Provider, error)
Types ¶
type AzureDNSApplicantConfig ¶
type AzureDNSApplicantConfig struct { TenantId string `json:"tenantId"` ClientId string `json:"clientId"` ClientSecret string `json:"clientSecret"` CloudName string `json:"cloudName,omitempty"` DnsPropagationTimeout int32 `json:"dnsPropagationTimeout,omitempty"` DnsTTL int32 `json:"dnsTTL,omitempty"` }
Click to show internal directories.
Click to hide internal directories.