public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: "Jens Meißner" <meissner@b1-systems.de>
To: Proxmox Devel List <pve-devel@lists.proxmox.com>
Cc: "Jens Meißner" <meissner@b1-systems.de>
Subject: [pve-devel] [PATCH v2] Add DNS challenge schema for knot.
Date: Thu, 18 Nov 2021 09:49:34 +0100	[thread overview]
Message-ID: <20211118084934.4493-1-meissner@b1-systems.de> (raw)

Signed-off-by: Jens Meißner <meissner@b1-systems.de>
---
 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




             reply	other threads:[~2021-11-18  8:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-18  8:49 Jens Meißner [this message]
2021-11-18 10:57 ` [pve-devel] applied: " Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211118084934.4493-1-meissner@b1-systems.de \
    --to=meissner@b1-systems.de \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal