Work on acme.sh hander

and dns providers
This commit is contained in:
Jamie Curnow
2021-08-19 22:33:01 +10:00
parent 339ee13346
commit 556f8b773b
19 changed files with 518 additions and 81 deletions

View File

@@ -9,17 +9,17 @@ func CreateDNSProvider() string {
"type": "object",
"additionalProperties": false,
"required": [
"provider_key",
"name",
"acme_sh_name",
"meta"
],
"properties": {
"provider_key": %s,
"name": %s,
"acme_sh_name": %s,
"meta": {
"type": "object"
}
}
}
`, stringMinMax(2, 100), stringMinMax(1, 100))
`, stringMinMax(1, 100), stringMinMax(4, 50))
}