]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Tweaks to the rollover docs: make a few things explicit.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 8 Jan 2019 13:22:25 +0000 (14:22 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 8 Jan 2019 13:52:45 +0000 (14:52 +0100)
docs/guides/kskroll.rst

index df1f4c0934fa1799f3e94290cd5284405c100048..f50ccc0728b393090ca9640ed4195dd6ef8bb04d 100644 (file)
@@ -7,7 +7,8 @@ understand the terminology, actions and timelines (TTL and RRSIG expiry)
 involved in rolling a KSK.
 
 This How To describes the "Double-Signature Key Signing Key Rollover"
-from the above mentioned RFC.
+from the above mentioned RFC. The following instruction work for
+both a KSK and a CSK.
 
 To start the rollover, add an **active** new KSK to the zone
 (example.net in this case):
@@ -27,11 +28,11 @@ the new KSK:
 
     pdnsutil show-zone example.net
 
-And communicate this securely to your registrar/parent zone. Now wait
-until the new DS is published in the parent zone and at least the TTL
-for the DS records has passed. The rollover is now in the "DS Change"
-state and can continue to the "DNSKEY Removal" stage by actually
-deleting the old KSK.
+And communicate this securely to your registrar/parent zone, replacing
+the existing data. Now wait until the new DS is published in the
+parent zone and at least the TTL for the DS records has passed. The
+rollover is now in the "DS Change" state and can continue to the
+"DNSKEY Removal" stage by actually deleting the old KSK.
 
 .. note::
   The key-id for the old KSK is shown in the output of
@@ -41,4 +42,5 @@ deleting the old KSK.
 
     pdnsutil remove-zone-key example.net KEY-ID
 
+If this zone is of the type 'MASTER', increase the SOA serial.
 The rollover is now complete.