X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=blobdiff_plain;f=src%2Fdns-challenge-schema.json;fp=src%2Fdns-challenge-schema.json;h=6defbdd0847416cadbb96a7767f08650526be4f6;hp=a3a3ebcf70e3d2a21d91ce601902383fdde45388;hb=b788070030243c4d44d4723ec1ebc0203aab18aa;hpb=4ed79f7b4cd3e77ec9764f6233ce83098ace60d9 diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json index a3a3ebc..6defbdd 100644 --- a/src/dns-challenge-schema.json +++ b/src/dns-challenge-schema.json @@ -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" : {},