]> git.proxmox.com Git - proxmox-acme.git/commitdiff
Add DNS challenge schema for nsupdate.
authorJens Meißner <meissner@b1-systems.de>
Mon, 13 Sep 2021 13:57:49 +0000 (15:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Sep 2021 15:04:07 +0000 (17:04 +0200)
Signed-off-by: Jens Meißner <meissner@b1-systems.de>
src/dns-challenge-schema.json

index ddfe2b2009e5c0e403bff1e26468df5c18915afc..a222ed3cea43f3840799481e4edbafd7d4203a74 100644 (file)
    "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" : {},