Implements backend changes to allow more dns challenges

This commit is contained in:
chaptergy
2020-10-06 14:52:06 +02:00
parent 05f6a55a0b
commit 093b48ad7b
2 changed files with 91 additions and 35 deletions

View File

@ -42,11 +42,23 @@
"letsencrypt_agree": {
"type": "boolean"
},
"cloudflare_use": {
"dns_challenge": {
"type": "boolean"
},
"cloudflare_token": {
"dns_provider": {
"type": "string"
},
"dns_provider_credentials": {
"type": "string"
},
"propagation_seconds": {
"anyOf": [
{
"type": "integer",
"minimum": 0
}
]
}
}
}