Deleting a key
Casey Deccio
casey at deccio.net
Wed Aug 7 14:54:39 UTC 2024
> On Aug 7, 2024, at 12:02 AM, Casey Deccio <casey at deccio.net> 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" {
> type master;
> file "/var/cache/bind/db.dns-lab.info";
> dnssec-policy alg8;
> inline-signing yes;
> };
Forgot to include this snippet:
dnssec-policy "alg8" {
keys {
csk lifetime unlimited algorithm rsasha256;
};
};
Casey
More information about the bind-users
mailing list