fix(provider): azuredns missing credentials

This commit is contained in:
Fu Diwei
2025-12-08 17:12:00 +08:00
committed by RHQYZ
parent 5c90b4ea5a
commit ce167149e6
@@ -25,6 +25,7 @@ func NewChallenger(config *ChallengerConfig) (certifier.ACMEChallenger, error) {
}
providerConfig := azuredns.NewDefaultConfig()
providerConfig.AuthMethod = "env"
providerConfig.TenantID = config.TenantId
providerConfig.ClientID = config.ClientId
providerConfig.ClientSecret = config.ClientSecret