mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-04-28 12:16:51 +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" : {},
|
||||
"nsd" : {},
|
||||
"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" : {},
|
||||
"oci" : {},
|
||||
"one" : {},
|
||||
|
Loading…
Reference in New Issue
Block a user