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)
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: