]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/dns-challenge-schema.json
Add DNS challenge schema for nsupdate.
[proxmox-acme.git] / src / dns-challenge-schema.json
index 559077f93bb2092df7bd808c6785c3b1a4b50595..a222ed3cea43f3840799481e4edbafd7d4203a74 100644 (file)
@@ -90,6 +90,7 @@
       },
       "name" : "Amazon Route53 (AWS)"
    },
+   "azion" : {},
    "azure" : {},
    "cf" : {
       "description" : "Either provide global account key and email, or CF API token and Account ID.",
    "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" : {},
    "online" : {},
    "openprovider" : {},