.\" Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC") .\" .\" This Source Code Form is subject to the terms of the Mozilla Public .\" License, v. 2.0. If a copy of the MPL was not distributed with this .\" file, You can obtain one at http://mozilla.org/MPL/2.0/. .\" .hy 0 .ad l '\" t .\" Title: dnssec-cds .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: 2017-10-02 .\" Manual: BIND9 .\" Source: ISC .\" Language: English .\" .TH "DNSSEC\-CDS" "8" "2017\-10\-02" "ISC" "BIND9" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" dnssec-cds \- change DS records for a child zone based on CDS/CDNSKEY .SH "SYNOPSIS" .HP \w'\fBdnssec\-cds\fR\ 'u \fBdnssec\-cds\fR [\fB\-a\ \fR\fB\fIalg\fR\fR...] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-D\fR] {\fB\-d\ \fR\fB\fIdsset\-file\fR\fR} {\fB\-f\ \fR\fB\fIchild\-file\fR\fR} [\fB\-i\fR\ [\fIextension\fR]] [\fB\-s\ \fR\fB\fIstart\-time\fR\fR] [\fB\-T\ \fR\fB\fIttl\fR\fR] [\fB\-u\fR] [\fB\-v\ \fR\fB\fIlevel\fR\fR] [\fB\-V\fR] {domain} .SH "DESCRIPTION" .PP The \fBdnssec\-cds\fR command changes DS records at a delegation point based on CDS or CDNSKEY records published in the child zone\&. If both CDS and CDNSKEY records are present in the child zone, the CDS is preferred\&. This enables a child zone to inform its parent of upcoming changes to its key\-signing keys; by polling periodically with \fBdnssec\-cds\fR, the parent can keep the DS records up to date and enable automatic rolling of KSKs\&. .PP Two input files are required\&. The \fB\-f \fR\fB\fIchild\-file\fR\fR option specifies a file containing the child\*(Aqs CDS and/or CDNSKEY records, plus RRSIG and DNSKEY records so that they can be authenticated\&. The \fB\-d \fR\fB\fIpath\fR\fR option specifies the location of a file containing the current DS records\&. For example, this could be a dsset\- file generated by \fBdnssec\-signzone\fR, or the output of \fBdnssec\-dsfromkey\fR, or the output of a previous run of \fBdnssec\-cds\fR\&. .PP The \fBdnssec\-cds\fR command uses special DNSSEC validation logic specified by RFC 7344\&. It requires that the CDS and/or CDNSKEY records are validly signed by a key represented in the existing DS records\&. This will typicially be the pre\-existing key\-signing key (KSK)\&. .PP For protection against replay attacks, the signatures on the child records must not be older than they were on a previous run of \fBdnssec\-cds\fR\&. This time is obtained from the modification time of the dsset\- file, or from the \fB\-s\fR option\&. .PP To protect against breaking the delegation, \fBdnssec\-cds\fR ensures that the DNSKEY RRset can be verified by every key algorithm in the new DS RRset, and that the same set of keys are covered by every DS digest type\&. .PP By default, replacement DS records are written to the standard output; with the \fB\-i\fR option the input file is overwritten in place\&. The replacement DS records will be the same as the existing records when no change is required\&. The output can be empty if the CDS / CDNSKEY records specify that the child zone wants to go insecure\&. .PP Warning: Be careful not to delete the DS records when \fBdnssec\-cds\fR fails! .PP Alternatively, \fBdnssec\-cds \-u\fR writes an \fBnsupdate\fR script to the standard output\&. You can use the \fB\-u\fR and \fB\-i\fR options together to maintain a dsset\- file as well as emit an \fBnsupdate\fR script\&. .SH "OPTIONS" .PP \-a \fIalgorithm\fR .RS 4 Specify a digest algorithm to use when converting CDNSKEY records to DS records\&. This option can be repeated, so that multiple DS records are created for each CDNSKEY record\&. This option has no effect when using CDS records\&. .sp The \fIalgorithm\fR must be one of SHA\-1 (SHA1), SHA\-256 (SHA256), or SHA\-384 (SHA384)\&. These values are case insensitive\&. If no algorithm is specified, the default is SHA\-256\&. .RE .PP \-c \fIclass\fR .RS 4 Specifies the DNS class of the zones\&. .RE .PP \-D .RS 4 Generate DS records from CDNSKEY records if both CDS and CDNSKEY records are present in the child zone\&. By default CDS records are preferred\&. .RE .PP \-d \fIpath\fR .RS 4 Location of the parent DS records\&. The \fIpath\fR can be the name of a file containing the DS records, or if it is a directory, \fBdnssec\-cds\fR looks for a dsset\- file for the \fIdomain\fR inside the directory\&. .sp To protect against replay attacks, child records are rejected if they were signed earlier than the modification time of the dsset\- file\&. This can be adjusted with the \fB\-s\fR option\&. .RE .PP \-f \fIchild\-file\fR .RS 4 File containing the child\*(Aqs CDS and/or CDNSKEY records, plus its DNSKEY records and the covering RRSIG records so that they can be authenticated\&. .sp The EXAMPLES below describe how to generate this file\&. .RE .PP \-i [\fIextension\fR] .RS 4 Update the dsset\- file in place, instead of writing DS records to the standard output\&. .sp There must be no space between the \fB\-i\fR and the \fIextension\fR\&. If you provide no \fIextension\fR then the old dsset\- is discarded\&. If an \fIextension\fR is present, a backup of the old dsset\- file is kept with the \fIextension\fR appended to its filename\&. .sp To protect against replay attacks, the modification time of the dsset\- file is set to match the signature inception time of the child records, provided that is later than the file\*(Aqs current modification time\&. .RE .PP \-s \fIstart\-time\fR .RS 4 Specify the date and time after which RRSIG records become acceptable\&. This can be either an absolute or relative time\&. An absolute start time is indicated by a number in YYYYMMDDHHMMSS notation; 20170827133700 denotes 13:37:00 UTC on August 27th, 2017\&. A time relative to the dsset\- file is indicated with \-N, which is N seconds before the file modification time\&. A time relative to the current time is indicated with now+N\&. .sp If no \fIstart\-time\fR is specified, the modification time of the dsset\- file is used\&. .RE .PP \-T \fIttl\fR .RS 4 Specifies a TTL to be used for new DS records\&. If not specified, the default is the TTL of the old DS records\&. If they had no explicit TTL then the new DS records also have no explicit TTL\&. .RE .PP \-u .RS 4 Write an \fBnsupdate\fR script to the standard output, instead of printing the new DS reords\&. The output will be empty if no change is needed\&. .sp Note: The TTL of new records needs to be specified, either in the original dsset\- file, or with the \fB\-T\fR option, or using the \fBnsupdate\fR\fBttl\fR command\&. .RE .PP \-V .RS 4 Print version information\&. .RE .PP \-v \fIlevel\fR .RS 4 Sets the debugging level\&. Level 1 is intended to be usefully verbose for general users; higher levels are intended for developers\&. .RE .PP \fIdomain\fR .RS 4 The name of the delegation point / child zone apex\&. .RE .SH "EXIT STATUS" .PP The \fBdnssec\-cds\fR command exits 0 on success, or non\-zero if an error occurred\&. .PP In the success case, the DS records might or might not need to be changed\&. .SH "EXAMPLES" .PP Before running \fBdnssec\-signzone\fR, you can ensure that the delegations are up\-to\-date by running \fBdnssec\-cds\fR on every dsset\- file\&. .PP To fetch the child records required by \fBdnssec\-cds\fR you can invoke \fBdig\fR as in the script below\&. It\*(Aqs okay if the \fBdig\fR fails since \fBdnssec\-cds\fR performs all the necessary checking\&. .sp .if n \{\ .RS 4 .\} .nf for f in dsset\-* do d=${f#dsset\-} dig +dnssec +noall +answer $d DNSKEY $d CDNSKEY $d CDS | dnssec\-cds \-i \-f /dev/stdin \-d $f $d done .fi .if n \{\ .RE .\} .PP When the parent zone is automatically signed by \fBnamed\fR, you can use \fBdnssec\-cds\fR with \fBnsupdate\fR to maintain a delegation as follows\&. The dsset\- file allows the script to avoid having to fetch and validate the parent DS records, and it keeps the replay attack protection time\&. .sp .if n \{\ .RS 4 .\} .nf dig +dnssec +noall +answer $d DNSKEY $d CDNSKEY $d CDS | dnssec\-cds \-u \-i \-f /dev/stdin \-d $f $d | nsupdate \-l .fi .if n \{\ .RE .\} .SH "SEE ALSO" .PP \fBdig\fR(1), \fBdnssec-settime\fR(8), \fBdnssec-signzone\fR(8), \fBnsupdate\fR(1), BIND 9 Administrator Reference Manual, RFC 7344\&. .SH "AUTHORS" .PP \fBInternet Systems Consortium, Inc\&.\fR .PP \fBTony Finch\fR <\&dot@dotat\&.at\&>, <\&fanf2@cam\&.ac\&.uk\&> .br .RS 4 .RE .SH "COPYRIGHT" .br Copyright \(co 2017, 2018 Internet Systems Consortium, Inc. ("ISC") .br