Webmin: DNSSEC No RRSIGs found

Created on 25 Jan 2016  路  8Comments  路  Source: webmin/webmin

I've used the BIND module in Webmin to create and sign zone which all completed successfully. However the debugger at Verisign reports No RRSIGs found.

Image of dnssec-debugger at verisignlabs.com

BIND 9.9.4
Webmin 1.780
Fedora 20

Most helpful comment

I'm now letting BIND handle the signing with

auto-dnssec maintain;
inline-signing yes;

Using keys generated from webmin with no issues so I guess close this or if you have some steps for me to try I will.

All 8 comments

If you check your zone file, are there any RRSIG records?

Yes both the master and slave have RRSIG records. Totally lost.. The domain I'm testing with is your-club.org.uk if that helps you debug.

I'm now letting BIND handle the signing with

auto-dnssec maintain;
inline-signing yes;

Using keys generated from webmin with no issues so I guess close this or if you have some steps for me to try I will.

I tried to test this, but wasn't able to reach any nameservers for that domain.

The nameservers are
ns2.sheenrose.co.uk
ns3.sheenrose.co.uk
They respond to queries for NS, A, SOA, MX , maybe more...
They seem to not want to reply to queries for ALL records though.

Hi @SavageCore,

I'm having the same issue now on domain name "reece.wales". Which file did you put those two configuration options in?

@Adambean issue from 2016?! searching brain archives...

They go into /etc/named.conf or wherever your zone is defined. They're in a block as such:

 zone "savagecore.eu" {
  type master;
  file "/var/named/savagecore.eu.hosts";
  allow-query { any; };
  auto-dnssec maintain;
  inline-signing yes;
 };

Hi @SavageCore, haha yep :D Not found those lines anywhere in any of the named files so I guess the issue is still relevant.

I'm running on Debian 9, so my zone entries are in /etc/bind/named.conf.local instead. Added those entries and the warnings have done from Verisign's tool, thanks. 馃憤 (I use BuddyNS too though so I'll need to wait for them to poll the latest zone serial in for the issue to resolve completely.)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

flw55 picture flw55  路  4Comments

pedrom34 picture pedrom34  路  9Comments

Ramaqele picture Ramaqele  路  6Comments

victories picture victories  路  8Comments

FBachofner picture FBachofner  路  6Comments