]> 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 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" : {},