Contents

  1. cloudflare
cloudflare 上でふたつのアカウントを使って、試してみよう。-- ToshinoriMaeno 2023-06-24 04:31:35

Migrate a zone with DNSSEC enabled https://developers.cloudflare.com/dns/dnssec/dnssec-active-migration/

Follow this tutorial to migrate an existing DNS zone to Cloudflare without having to disable DNSSEC.

This procedure involves cross-importing the zone signing keys (ZSKs) from one provider to the other.
 To learn more about this, consider this article about multi-signer DNSSEC or refer to RFC 8901.

DNS/RFC/8901

Multi-Signer DNSSEC Models

This is an advanced procedure and assume some familiarity with DNS concepts, API operations, and basic setup steps. Assumed knowledge that is not detailed in this tutorial can be referenced through the linked content in each of the steps.

1. cloudflare

  1. Cross-import ZSKs
    • Add the ZSK of your previous provider to Cloudflare by creating a DNSKEY record on your zone.
  2. Add Cloudflare’s ZSK that you fetched in the last step to your previous provider.

3. Set up registrar

At this point your zone is in a multi-signer DNSSEC setup.

You can do this on the dashboard or through the Create DNS Record endpoint, as in the following example.

4. Remove previous provider

of your previous provider DS record, you can remove the DNSKEY record (containing your previous provider ZSK) that you added to your Cloudflare zone in step 2.


CategoryDns CategoryWatch CategoryTemplate

MoinQ: Cloudflare/migration (last edited 2023-06-24 09:00:28 by ToshinoriMaeno)