From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 6CD68806F5 for ; Thu, 18 Nov 2021 09:50:32 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 630C117C85 for ; Thu, 18 Nov 2021 09:50:32 +0100 (CET) Received: from mx1.b1-systems.de (mx1.b1-systems.de [159.69.135.40]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 0001017C7A for ; Thu, 18 Nov 2021 09:50:31 +0100 (CET) Received: from centaur.systems.b1-systems.de (centaur.local.b1-systems.de [172.21.82.57]) by mx1.b1-systems.de (Postfix) with ESMTP id 9EBA880860; Thu, 18 Nov 2021 08:50:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by centaur.systems.b1-systems.de (Postfix) with ESMTP id 940FDA4391; Thu, 18 Nov 2021 08:50:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at b1-systems.de X-Spam-Flag: NO X-Spam-Score: -6 X-Spam-Status: No, score=-6 tagged_above=-9999 required=5 tests=[BAYES_00=-5, NO_RECEIVED=-0.5, NO_RELAYS=-0.5] autolearn=no autolearn_force=no Received: from mx2.b1-systems.de ([172.21.82.53]) by localhost (centaur.systems.b1-systems.de [172.21.82.57]) (amavisd-new, port 10024) with ESMTP id vCtkJPI1GOzs; Thu, 18 Nov 2021 08:50:24 +0000 (UTC) From: =?UTF-8?q?Jens=20Mei=C3=9Fner?= To: Proxmox Devel List Cc: =?UTF-8?q?Jens=20Mei=C3=9Fner?= Date: Thu, 18 Nov 2021 09:49:34 +0100 Message-Id: <20211118084934.4493-1-meissner@b1-systems.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH v2] Add DNS challenge schema for knot. X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2021 08:50:32 -0000 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.34.0