Re: VS: Change DNSSEC algorithm and switch to use KASP

2020-04-27 Thread Matthijs Mekking
Hi, If you want to switch to KASP with the a different algorithm, you should be able to use BIND 9.16.2 and just reconfigure your zone to use "dnssec-policy". The existing keys will be removed in a timely manner, while named creates new keys with the new algorithm. Make sure you will submit

VS: Change DNSSEC algorithm and switch to use KASP

2020-04-25 Thread Jukka Pakkanen
I just did the same operation in our BIND servers, converted all DNSSEC enabled zones with different algorithms to KASP/dnssec-policy and ecdsa256/13. All I did was replaced the two lines in named.conf: inline-signing yes; auto-dnssec maintain; to dnssec-policy "ecdsa256"; And of