1 .\" $NetBSD: dnssec-settime.8,v 1.8 2015/07/08 17:28:55 christos Exp $
3 .\" Copyright (C) 2009-2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
5 .\" Permission to use, copy, modify, and/or distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15 .\" PERFORMANCE OF THIS SOFTWARE.
21 .\" Title: dnssec\-settime
23 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
24 .\" Date: February 06, 2014
28 .TH "DNSSEC\-SETTIME" "8" "February 06, 2014" "BIND9" "BIND9"
29 .\" disable hyphenation
31 .\" disable justification (adjust text to left margin only)
34 dnssec\-settime \- Set the key timing metadata for a DNSSEC key
37 \fBdnssec\-settime\fR [\fB\-f\fR] [\fB\-K\ \fR\fB\fIdirectory\fR\fR] [\fB\-L\ \fR\fB\fIttl\fR\fR] [\fB\-P\ \fR\fB\fIdate/offset\fR\fR] [\fB\-A\ \fR\fB\fIdate/offset\fR\fR] [\fB\-R\ \fR\fB\fIdate/offset\fR\fR] [\fB\-I\ \fR\fB\fIdate/offset\fR\fR] [\fB\-D\ \fR\fB\fIdate/offset\fR\fR] [\fB\-h\fR] [\fB\-V\fR] [\fB\-v\ \fR\fB\fIlevel\fR\fR] [\fB\-E\ \fR\fB\fIengine\fR\fR] {keyfile}
41 reads a DNSSEC private key file and sets the key timing metadata as specified by the
47 options. The metadata can then be used by
48 \fBdnssec\-signzone\fR
49 or other signing software to determine when a key is to be published, whether it should be used for signing a zone, etc.
51 If none of these options is set on the command line, then
53 simply prints the key timing metadata already stored in the key.
55 When key metadata fields are changed, both files of a key pair (\fIKnnnn.+aaa+iiiii.key\fR
57 \fIKnnnn.+aaa+iiiii.private\fR) are regenerated. Metadata fields are stored in the private file. A human\-readable description of the metadata is also placed in comments in the key file. The private file's permissions are always set to be inaccessible to anyone other than the owner (mode 0600).
62 Force an update of an old\-format key with no metadata fields. Without this option,
64 will fail when attempting to update a legacy key. With this option, the key will be recreated in the new format, but with the original key data retained. The key's creation date will be set to the present time. If no other values are specified, then the key's publication and activation dates will also be set to the present time.
69 Sets the directory in which the key files are to reside.
74 Sets the default TTL to use for this key when it is converted into a DNSKEY RR. If the key is imported into a zone, this is the TTL that will be used for it, unless there was already a DNSKEY RRset in place, in which case the existing TTL would take precedence. If this value is not set and there is no existing DNSKEY RRset, the TTL will default to the SOA TTL. Setting the default TTL to
78 removes it from the key.
83 Emit usage message and exit.
88 Prints version information.
93 Sets the debugging level.
98 Specifies the cryptographic hardware to use, when applicable.
100 When BIND is built with OpenSSL PKCS#11 support, this defaults to the string "pkcs11", which identifies an OpenSSL engine that can drive a cryptographic accelerator or hardware service module. When BIND is built with native PKCS#11 cryptography (\-\-enable\-native\-pkcs11), it defaults to the path of the PKCS#11 provider library specified via "\-\-with\-pkcs11".
104 Dates can be expressed in the format YYYYMMDD or YYYYMMDDHHMMSS. If the argument begins with a '+' or '\-', it is interpreted as an offset from the present time. For convenience, if such an offset is followed by one of the suffixes 'y', 'mo', 'w', 'd', 'h', or 'mi', then the offset is computed in years (defined as 365 24\-hour days, ignoring leap years), months (defined as 30 24\-hour days), weeks, days, hours, or minutes, respectively. Without a suffix, the offset is computed in seconds. To unset a date, use 'none' or 'never'.
106 \-P \fIdate/offset\fR
108 Sets the date on which a key is to be published to the zone. After that date, the key will be included in the zone but will not be used to sign it.
111 \-A \fIdate/offset\fR
113 Sets the date on which the key is to be activated. After that date, the key will be included in the zone and used to sign it.
116 \-R \fIdate/offset\fR
118 Sets the date on which the key is to be revoked. After that date, the key will be flagged as revoked. It will be included in the zone and will be used to sign it.
121 \-I \fIdate/offset\fR
123 Sets the date on which the key is to be retired. After that date, the key will still be included in the zone, but it will not be used to sign it.
126 \-D \fIdate/offset\fR
128 Sets the date on which the key is to be deleted. After that date, the key will no longer be included in the zone. (It may remain in the key repository, however.)
131 \-S \fIpredecessor key\fR
133 Select a key for which the key being modified will be an explicit successor. The name, algorithm, size, and type of the predecessor key must exactly match those of the key being modified. The activation date of the successor key will be set to the inactivation date of the predecessor. The publication date will be set to the activation date minus the prepublication interval, which defaults to 30 days.
138 Sets the prepublication interval for a key. If set, then the publication and activation dates must be separated by at least this much time. If the activation date is specified but the publication date isn't, then the publication date will default to this much time before the activation date; conversely, if the publication date is specified but activation date isn't, then activation will be set to this much time after publication.
140 If the key is being set to be an explicit successor to another key, then the default prepublication interval is 30 days; otherwise it is zero.
142 As with date offsets, if the argument is followed by one of the suffixes 'y', 'mo', 'w', 'd', 'h', or 'mi', then the interval is measured in years, months, weeks, days, hours, or minutes, respectively. Without a suffix, the interval is measured in seconds.
144 .SH "PRINTING OPTIONS"
146 \fBdnssec\-settime\fR
147 can also be used to print the timing metadata associated with a key.
151 Print times in UNIX epoch format.
154 \-p \fIC/P/A/R/I/D/all\fR
156 Print a specific metadata value or set of metadata values. The
158 option may be followed by one or more of the following letters to indicate which value or values to print:
160 for the creation date,
162 for the publication date,
164 for the activation date,
166 for the revocation date,
168 for the inactivation date, or
170 for the deletion date. To print all of the metadata, use
175 \fBdnssec\-keygen\fR(8),
176 \fBdnssec\-signzone\fR(8),
177 BIND 9 Administrator Reference Manual,
181 Internet Systems Consortium
183 Copyright \(co 2009\-2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")