> On Aug 7, 2024, at 12:02 AM, Casey Deccio <ca...@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
-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to