Skip to content

Check for signed zone with no signatures from above #6

Description

@mrimann

If you eg. configure a Domain to be DNSSEC signed on your nameservers, but don't have the keys defined in the domain registry (either not yet, or they got removed), then the script currently says something like

WARNING: Zone foobar.tld seems to be unsigned (= resolvable, but no DNSSEC involved at all)

Which is not completely correct, because DNSSEC is involved, but not from top down, but only in the DNS zone itself.

Goal of this task would be to differentiate those two scenarios better:

  • no keys/signatures in the registry + zone not signed on the nameserver (= show the same message as now)
  • no keys/signatures in the registry + zone is signed (= show different message)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions