public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH v2] Add DNS challenge schema for knot.
@ 2021-11-18  8:49 Jens Meißner
  2021-11-18 10:57 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Meißner @ 2021-11-18  8:49 UTC (permalink / raw)
  To: Proxmox Devel List; +Cc: Jens Meißner

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-18 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18  8:49 [pve-devel] [PATCH v2] Add DNS challenge schema for knot Jens Meißner
2021-11-18 10:57 ` [pve-devel] applied: " Thomas Lamprecht

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