mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-04-28 21:22:59 +00:00
Add DNS challenge schema for nsupdate.
Signed-off-by: Jens Meißner <meissner@b1-systems.de>
This commit is contained in:
parent
66f04388e4
commit
b5d46dc4a6
@ -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" : {},
|
||||||
|
Loading…
Reference in New Issue
Block a user