mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-08-11 20:52:28 +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" : {},
|
"kas" : {},
|
||||||
"kinghost" : {},
|
"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" : {},
|
"leaseweb" : {},
|
||||||
"lexicon" : {},
|
"lexicon" : {},
|
||||||
"linode" : {},
|
"linode" : {},
|
||||||
|
Loading…
Reference in New Issue
Block a user