]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/dns-challenge-schema.json
Add DNS challenge schema for knot.
[proxmox-acme.git] / src / dns-challenge-schema.json
index a3a3ebcf70e3d2a21d91ce601902383fdde45388..6defbdd0847416cadbb96a7767f08650526be4f6 100644 (file)
    },
    "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" : {},