From: Jens Meißner Date: Thu, 18 Nov 2021 08:49:34 +0000 (+0100) Subject: Add DNS challenge schema for knot. X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=b788070030243c4d44d4723ec1ebc0203aab18aa Add DNS challenge schema for knot. Signed-off-by: Jens Meißner --- 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" : {},