add_dnssec
ActiveTool of run.domani/domani
declared in 1.0.0
Publish a DNSSEC delegation-signer (DS) record at the registry to enable DNSSEC. Get the DS values from your zone provider after signing the zone.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"keyTag",
"algorithm",
"digestType",
"digest"
],
"properties": {
"flags": {
"type": "string",
"description": "Optional DNSKEY flags, e.g. 257 (KSK)"
},
"digest": {
"type": "string",
"description": "Hex digest of the DNSKEY"
},
"domain": {
"type": "string",
"description": "Domain name to enable DNSSEC for"
},
"keyTag": {
"type": "string",
"description": "Key tag, e.g. 12345"
},
"algorithm": {
"type": "string",
"description": "DNSSEC algorithm number, e.g. 13 (ECDSAP256SHA256)"
},
"digestType": {
"type": "string",
"description": "Digest type number, e.g. 2 (SHA-256)"
},
"maxSigLife": {
"type": "string",
"description": "Optional max signature life in seconds"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries