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

@@ -7,8 +7,8 @@
"created_on",
"modified_on",
"user_id",
"provider_key",
"name",
"acme_sh_name",
"meta"
],
"properties": {
@@ -28,16 +28,16 @@
"type": "integer",
"minimum": 1
},
"provider_key": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"name": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"acme_sh_name": {
"type": "string",
"minLength": 4,
"maxLength": 50
},
"meta": {
"type": "object"
}