Add DNS challenge schema for nsupdate.

Signed-off-by: Jens Meißner <meissner@b1-systems.de>
This commit is contained in:
Jens Meißner 2021-09-13 15:57:49 +02:00 committed by Thomas Lamprecht
parent 66f04388e4
commit b5d46dc4a6

View File

@ -237,7 +237,24 @@
"nm" : {}, "nm" : {},
"nsd" : {}, "nsd" : {},
"nsone" : {}, "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" : {}, "nw" : {},
"oci" : {}, "oci" : {},
"one" : {}, "one" : {},