From b788070030243c4d44d4723ec1ebc0203aab18aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jens=20Mei=C3=9Fner?= Date: Thu, 18 Nov 2021 09:49:34 +0100 Subject: [PATCH] Add DNS challenge schema for knot. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jens Meißner --- src/dns-challenge-schema.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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" : {}, -- 2.39.2