Open reissmann opened 5 years ago
As far as I can tell, this is just a cosmetic problem that does not affect the function in any way.
That is correct!
I'm tripping on this, and it's scary, I might try to do something about it. My theoretical upgrade process involves running check-zones to ensure I haven't screwed up...
Fwiw, #8716 also mentions this warning.
Short description
I run a pdns master with bind backend and multiple slaves with mysql-backend. DNSSEC signing is done on the master. When adding a zone delegation (in my case _acme.domain.tld, which is a dynamic zone for letsencrypt), my parent zone looks like this:
When checking the zone using
pdnsutil check-zone
, the following warning is displayed:Environment
Steps to reproduce
Expected behaviour
No warning should be displayed, as the signed slave zone will always have the RRSIG record, like it has NS or DS records.
Actual behaviour
[Warning] '_acme.domain.tld|RRSIG' in zone 'domain.tld' is occluded by a delegation at '_acme.domain.tld'
Other information
As far as I can tell, this is just a cosmetic problem that does not affect the function in any way.