feat: new acme dns-01 provider: constellix

This commit is contained in:
Fu Diwei
2025-06-03 15:54:13 +08:00
parent e6cf4d3e07
commit 7210f63884
13 changed files with 156 additions and 0 deletions

View File

@@ -109,6 +109,11 @@ type AccessConfigForCMCCCloud struct {
AccessKeySecret string `json:"accessKeySecret"`
}
type AccessConfigForConstellix struct {
ApiKey string `json:"apiKey"`
SecretKey string `json:"secretKey"`
}
type AccessConfigForDeSEC struct {
Token string `json:"token"`
}