1 Sep 2010 03:05
Re: DNSSEC
Mark Andrews <marka <at> isc.org>
2010-09-01 01:05:47 GMT
2010-09-01 01:05:47 GMT
In message <AANLkTinwMO6Sw-(Continue reading)rvfrax-_VNN8x1kejc9iAkrNQGBf2v <at> mail.gmail.com>, Phil lip Hallam-Baker writes: > Whether or not the IAB zone is signed is of negligible consequence. > > But the fact that the IAB zone signatures had expired is a highly > significant data point: DNSSEC administration is not quite as easy as > some of the glib claims of its more enthusiastic supporters would lead > one to believe. It's more a matter of choosing the right tools. I've got signed zones that haven't been hand signed in 3 years using a 2 month signature validity interval. The nameserver just re-signs the records as they fall due. That's several thousand automatic updates of the zones in that period. Yes, I've changed the non DNSSEC content of the zones in that time. This isn't a protocol issue. It's a tools issue and DNSSEC tools from all vendors are improving. It's also extremely easy to construct tools that can warn you to re-sign if you are doing it by hand. You could replace awk with perl and have a cross platform tool. Such tools can easily be added to network management platforms as they are just small scripts. If you don't have a network managment platform use cron. e.g. % dig axfr dv.isc.org <at> bsdi.dv.isc.org | awk '$4 == "RRSIG" && $9 < WARN { print }' WARN=`date -u -v +7d +%Y%m%d%H%M%S`
RSS Feed