Re: Deleting a key

2024-08-16 Thread Casey Deccio
> On Aug 7, 2024, at 12:02 AM, Casey Deccio wrote: > > I'm probably missing something obvious here, but I'm trying to figure out how > to "delete" a DNSKEY from zone that uses inline signing. So I finally just did the following: $ sudo rm /var/cache/bind/Kdns-lab.info.+013+50277.* $ sudo /etc

Re: Deleting a key

2024-08-14 Thread Matthijs Mekking
Hi Casey, Don't muck around with dnssec-settime. As Peter mentioned earlier, your key seems to be in rollover, awaiting DS publication. I'll repeat what he said: The DS for the new key is only rumored. If you have seen the DS in the parent, tell BIND so: rndc dnssec -checkds -key 48266

Re: Deleting a key

2024-08-07 Thread Casey Deccio
> On Aug 7, 2024, at 12:02 AM, Casey Deccio wrote: > > Hi all, > > I'm probably missing something obvious here, but I'm trying to figure out how > to "delete" a DNSKEY from zone that uses inline signing. The zone statement > looks like this: > > zone "dns-lab.info" { > t

Re: Deleting a key

2024-08-07 Thread Peter DeVries via bind-users
The DS for the new key is only rumored. I believe you want a `rndc dnssec -checkds -key 48266 published` and maybe another to withdraw the 50277 key. Peter -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of this software with

Deleting a key

2024-08-06 Thread Casey Deccio
Hi all, I'm probably missing something obvious here, but I'm trying to figure out how to "delete" a DNSKEY from zone that uses inline signing. The zone statement looks like this: zone "dns-lab.info" { type master; file "/var/cache/bind/db.dns-lab.info";