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"
}

View File

@@ -67,12 +67,11 @@
"created_on": 1602593653,
"modified_on": 1602593653,
"user_id": 1,
"provider_key": "route53",
"name": "Route53",
"acme_sh_name": "dns_aws",
"meta": {
"access_key": "abc123",
"access_secret": "def098",
"zone_id": "ABC123"
"AWS_ACCESS_KEY_ID": "abc123",
"AWS_SECRET_ACCESS_KEY": "def098"
}
}
]

View File

@@ -36,12 +36,11 @@
"created_on": 1602593653,
"modified_on": 1602593653,
"user_id": 1,
"provider_key": "route53",
"name": "Route53",
"acme_sh_name": "dns_aws",
"meta": {
"access_key": "abc123",
"access_secret": "def098",
"zone_id": "ABC123"
"AWS_ACCESS_KEY_ID": "abc123",
"AWS_SECRET_ACCESS_KEY": "def098"
}
}
}

View File

@@ -40,12 +40,11 @@
"created_on": 1602593653,
"modified_on": 1602593653,
"user_id": 1,
"provider_key": "route53",
"name": "Route53",
"acme_sh_name": "dns_aws",
"meta": {
"access_key": "abc123",
"access_secret": "def098",
"zone_id": "ABC123"
"AWS_ACCESS_KEY_ID": "abc123",
"AWS_SECRET_ACCESS_KEY": "def098"
}
}
}

View File

@@ -50,12 +50,11 @@
"created_on": 1602593653,
"modified_on": 1602593653,
"user_id": 1,
"provider_key": "route53",
"name": "Route53",
"acme_sh_name": "dns_aws",
"meta": {
"access_key": "abc123",
"access_secret": "def098",
"zone_id": "ABC123"
"AWS_ACCESS_KEY_ID": "abc123",
"AWS_SECRET_ACCESS_KEY": "def098"
}
}
}