Powerdns auth - DNSSEC CSK Rollover #15599
-
Hello, Im looking into Powerdns auth for a fairly large scale deployment, we will definitely need to automate the rollover of DNSSEC keys. I have read through the docs and come to the conclusion that the default behaviour of Now to the question.. I cannot find any information on how we are supposed to do a rollover of a CSK without impacting the functionality. With KSK/ZSK we can use the Is there a proposed solution for this, or is the intention that the CSK should be static? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Through a series of historical accidents, any key with the SEP bit (1, so flags 257) is called a KSK, and any key without it (flags 256) is called a ZSK. But those names are only valid when both exist. The moment you only have key(s) of one flags value, those keys are CSKs. You can have multiple CSKs. Assuming you are using our defaults, your CSK has flags 257, and you can add another "KSK". (paste edited for readability)
Now I have two CSKs. |
Beta Was this translation helpful? Give feedback.
Through a series of historical accidents, any key with the SEP bit (1, so flags 257) is called a KSK, and any key without it (flags 256) is called a ZSK. But those names are only valid when both exist. The moment you only have key(s) of one flags value, those keys are CSKs. You can have multiple CSKs. Assuming you are using our defaults, your CSK has flags 257, and you can add another "KSK".
(paste edited for readability)