From b5d46dc4a6a3d9c599907984e9a0961a5074890c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jens=20Mei=C3=9Fner?= Date: Mon, 13 Sep 2021 15:57:49 +0200 Subject: [PATCH] Add DNS challenge schema for nsupdate. 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 | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json index ddfe2b2..a222ed3 100644 --- a/src/dns-challenge-schema.json +++ b/src/dns-challenge-schema.json @@ -237,7 +237,24 @@ "nm" : {}, "nsd" : {}, "nsone" : {}, - "nsupdate" : {}, + "nsupdate" : { + "fields" : { + "NSUPDATE_SERVER" : { + "description" : "Hostname of the RFC 2136 compatible nameserver", + "type" : "string" + }, + "NSUPDATE_KEY" : { + "description" : "Path to the nsupdate key file (TSIG key)", + "type" : "string" + }, + "NSUPDATE_ZONE" : { + "description" : "DNS zone name (optional)", + "optional" : 1, + "type" : "string" + } + }, + "name" : "nsupdate (RFC 2136)" + }, "nw" : {}, "oci" : {}, "one" : {}, -- 2.39.2