[PATCH proxmox-acme 1/1] Add selfhost ACME DNS API

Marvin Edeler marvin at edeler.me
Tue Feb 15 06:38:07 CET 2022


Signed-off-by: Marvin Edeler <marvin at edeler.me>
---
 src/dns-challenge-schema.json | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
index 39ac2ba..16fef64 100644
--- a/src/dns-challenge-schema.json
+++ b/src/dns-challenge-schema.json
@@ -342,6 +342,27 @@
    "scaleway" : {},
    "schlundtech" : {},
    "selectel" : {},
+   "selfhost" : {
+      "fields" : {
+         "SELFHOSTDNS_USERNAME" : {
+            "description" : "The selfhost username",
+            "type" : "string"
+         },
+         "SELFHOSTDNS_PASSWORD" : {
+            "description" : "The selfhost password",
+            "type" : "string"
+         },
+         "SELFHOSTDNS_RID" : {
+            "description" : "The selfhost RID for the first record.",
+            "type" : "string"
+         },
+         "SELFHOSTDNS_RID2" : {
+            "description" : "The selfhost RID for the second record.",
+            "type" : "string"
+         }
+      },
+      "name" : "selfhost"
+   },
    "servercow" : {},
    "simply" : {},
    "tele3" : {},
-- 
2.32.0 (Apple Git-132)





More information about the pve-devel mailing list