[pve-devel] [PATCH] Add DNS challenge schema for knot.
Jens Meißner
meissner at b1-systems.de
Wed Nov 17 09:03:01 CET 2021
Signed-off-by: Jens Meißner <meissner at b1-systems.de>
---
src/dns-challenge-schema.json | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
index a3a3ebc..d194701 100644
--- a/src/dns-challenge-schema.json
+++ b/src/dns-challenge-schema.json
@@ -211,7 +211,24 @@
},
"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"
+ },
+ "KNOT_ZONE" : {
+ "description" : "DNS zone name (optional)",
+ "optional" : 1,
+ "type" : "string"
+ }
+ },
+ "name" : "Knot / knsupdate (RFC 2136)"
+ },
"leaseweb" : {},
"lexicon" : {},
"linode" : {},
--
2.34.0
More information about the pve-devel
mailing list