[pve-devel] [PATCH proxmox-acme] Add DNS challenge schema for nsupdate.

Jens Meißner meissner at b1-systems.de
Mon Sep 13 15:57:49 CEST 2021


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





More information about the pve-devel mailing list