Internet-Draft | DNSSEC automation | February 2021 |
Wisser & Huque | Expires 23 August 2021 | [Page] |
This document describes an algorithm and a protocol to automate DNSSEC multi-signer [RFC8901] "Multi-Signer DNSSEC Models" setup, operations and decomissioning. It makes use of [RFC8078] "Managing DS Records from the Parent via CDS/CDNSKEY" and [RFC7477] "Child-to-Parent Synchronization in DNS" to accomplish this.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 23 August 2021.¶
Copyright (c) 2021 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.¶
[RFC8901] describes the neccessary steps and API for a multi-signer DNSSEC configuration. In this document we will combine [RFC8901] with [RFC8078] and [RFC7477] to define a fully automatable algorithm for setting up, operating and decomissioning of a multi-signer DNSSEC configuration.¶
One of the special cases of multi-signer DNSSEC is actually the secure change of DNS operator.¶
In order for any multi-signer group to give consitent answers over all instances the contents of the zone have to be synchronized. The content synchronization is out-of-scope for this document.¶
Short definitions of expressions used in this document¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [RFC2119].¶
As described in [RFC8901] a multi-signer DNSSEC configuration has some challenges that can be overcome with the right infrastructure and following a number of steps for setup and operation.¶
In this document we describe how all of the steps in the multi-signer DNSSEC setup can be automated. That is, all except the initial trust between involded signers.¶
Changing the name server operator of a DNSSEC signed zone can be quite a challenge. Currently the most used algorithm is "going insecure". This is a bad choice for security. And a bad choice for users relying on the security of the zone.¶
Changing name server operators is a special case of multi-signer DNSSEC operations. It simply comes down to the new operator joins the old operator in a multi-signer setup. And once that is completed the old operator leaves the multi-signer setup.¶
The zone is already authoritatively served by one DNS operator and is DNSSEC signed. For full automation both the KSK and ZSK or CSK must be online.¶
This would be a special case, a multi-signer group with only one signer.¶
The following configrations have to be made for any signer of the multi-signer group before joining the group. These steps are not automated by this draft.¶
The new signer¶
Automation of the neccessary steps described in the last section can be devided into two main models, centralized and decentralized. Both have pros and cons and any zone operator should chose wisely.¶
In a centralized model the zone operator will run a software that executes all steps neccessary and controls all signers.¶
In the decentralized models all signers will comminucate with each other and execute the necessary steps on their instance only. For this signers need a specialised protocol to comminicate configuration details that are not part of the zone data.¶