Add DNS challenge schema for knot.

Signed-off-by: Jens Meißner <meissner@b1-systems.de>
This commit is contained in:
Jens Meißner 2021-11-18 09:49:34 +01:00 committed by Thomas Lamprecht
parent 4ed79f7b4c
commit b788070030

View File

@ -211,7 +211,19 @@
},
"kas" : {},
"kinghost" : {},
"knot" : {},
"knot" : {
"fields" : {
"KNOT_SERVER" : {
"description" : "Hostname of the RFC 2136 compatible nameserver",
"type" : "string"
},
"KNOT_KEY" : {
"description" : "TSIG key (format alg:name:key)",
"type" : "string"
}
},
"name" : "Knot / knsupdate (RFC 2136)"
},
"leaseweb" : {},
"lexicon" : {},
"linode" : {},