]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/dns-challenge-schema.json
Add TOTP authentification for ACME DNS INWX
[proxmox-acme.git] / src / dns-challenge-schema.json
index a3a3ebcf70e3d2a21d91ce601902383fdde45388..39ac2babdd5eef71d5a31216375bc970098bad76 100644 (file)
          "INWX_User" : {
             "description" : "The INWX username",
             "type" : "string"
+         },
+         "INWX_Shared_Secret" : {
+            "description" : "The INWX shared secret",
+            "type" : "string"
          }
       },
       "name" : "INWX"
    },
    "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" : {},