mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-04-28 20:46:23 +00:00
Add DNS challenge schema for knot.
Signed-off-by: Jens Meißner <meissner@b1-systems.de>
This commit is contained in:
parent
4ed79f7b4c
commit
b788070030
@ -211,7 +211,19 @@
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"name" : "Knot / knsupdate (RFC 2136)"
|
||||
},
|
||||
"leaseweb" : {},
|
||||
"lexicon" : {},
|
||||
"linode" : {},
|
||||
|
Loading…
Reference in New Issue
Block a user