You're viewing a demo portfolio

Join the waitlist
PRSM

add_dnssec

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →