is there a way to remove all dnssec related stuff from a zone on a running bind server?
I configured bind like like here described.
If i use rndc signing -clear all domain.tld
nothng happens to the zone.
If i delete the dnssec signed zone via rndc delzone domain.tld
and recreate it via rndc addzone domain.tld ...
, the domain.tld.jnl
file with the related dnssec data will be automaticly recreated and the zone is dnssec signed again.
How can i remove all dnssec related data from a zone with rndc ?