]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - contrib/bind9/doc/arm/man.dnssec-settime.html
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / contrib / bind9 / doc / arm / man.dnssec-settime.html
1 <!--
2  - Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
3  - Copyright (C) 2000-2003 Internet Software Consortium.
4  - 
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.
8  - 
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.
16 -->
17 <!-- $Id: man.dnssec-settime.html,v 1.58.8.11 2011-08-03 02:35:13 tbox Exp $ -->
18 <html>
19 <head>
20 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
21 <title>dnssec-settime</title>
22 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
23 <link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
24 <link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
25 <link rel="prev" href="man.dnssec-revoke.html" title="dnssec-revoke">
26 <link rel="next" href="man.dnssec-signzone.html" title="dnssec-signzone">
27 </head>
28 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
29 <div class="navheader">
30 <table width="100%" summary="Navigation header">
31 <tr><th colspan="3" align="center"><span class="application">dnssec-settime</span></th></tr>
32 <tr>
33 <td width="20%" align="left">
34 <a accesskey="p" href="man.dnssec-revoke.html">Prev</a> </td>
35 <th width="60%" align="center">Manual pages</th>
36 <td width="20%" align="right"> <a accesskey="n" href="man.dnssec-signzone.html">Next</a>
37 </td>
38 </tr>
39 </table>
40 <hr>
41 </div>
42 <div class="refentry" lang="en">
43 <a name="man.dnssec-settime"></a><div class="titlepage"></div>
44 <div class="refnamediv">
45 <h2>Name</h2>
46 <p><span class="application">dnssec-settime</span> &#8212; Set the key timing metadata for a DNSSEC key</p>
47 </div>
48 <div class="refsynopsisdiv">
49 <h2>Synopsis</h2>
50 <div class="cmdsynopsis"><p><code class="command">dnssec-settime</code>  [<code class="option">-f</code>] [<code class="option">-K <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-P <em class="replaceable"><code>date/offset</code></em></code>] [<code class="option">-A <em class="replaceable"><code>date/offset</code></em></code>] [<code class="option">-R <em class="replaceable"><code>date/offset</code></em></code>] [<code class="option">-I <em class="replaceable"><code>date/offset</code></em></code>] [<code class="option">-D <em class="replaceable"><code>date/offset</code></em></code>] [<code class="option">-h</code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] [<code class="option">-E <em class="replaceable"><code>engine</code></em></code>] {keyfile}</p></div>
51 </div>
52 <div class="refsect1" lang="en">
53 <a name="id2615479"></a><h2>DESCRIPTION</h2>
54 <p><span><strong class="command">dnssec-settime</strong></span>
55       reads a DNSSEC private key file and sets the key timing metadata
56       as specified by the <code class="option">-P</code>, <code class="option">-A</code>,
57       <code class="option">-R</code>, <code class="option">-I</code>, and <code class="option">-D</code>
58       options.  The metadata can then be used by
59       <span><strong class="command">dnssec-signzone</strong></span> or other signing software to
60       determine when a key is to be published, whether it should be
61       used for signing a zone, etc.
62     </p>
63 <p>
64       If none of these options is set on the command line,
65       then <span><strong class="command">dnssec-settime</strong></span> simply prints the key timing
66       metadata already stored in the key.
67     </p>
68 <p>
69       When key metadata fields are changed, both files of a key
70       pair (<code class="filename">Knnnn.+aaa+iiiii.key</code> and
71       <code class="filename">Knnnn.+aaa+iiiii.private</code>) are regenerated.
72       Metadata fields are stored in the private file.  A human-readable
73       description of the metadata is also placed in comments in the key
74       file.
75     </p>
76 </div>
77 <div class="refsect1" lang="en">
78 <a name="id2615538"></a><h2>OPTIONS</h2>
79 <div class="variablelist"><dl>
80 <dt><span class="term">-f</span></dt>
81 <dd><p>
82             Force an update of an old-format key with no metadata fields.
83             Without this option, <span><strong class="command">dnssec-settime</strong></span> will
84             fail when attempting to update a legacy key.  With this option,
85             the key will be recreated in the new format, but with the
86             original key data retained.  The key's creation date will be
87             set to the present time.  If no other values are specified, 
88             then the key's publication and activation dates will also 
89             be set to the present time.
90           </p></dd>
91 <dt><span class="term">-K <em class="replaceable"><code>directory</code></em></span></dt>
92 <dd><p>
93             Sets the directory in which the key files are to reside.
94           </p></dd>
95 <dt><span class="term">-h</span></dt>
96 <dd><p>
97             Emit usage message and exit.
98           </p></dd>
99 <dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
100 <dd><p>
101             Sets the debugging level.
102           </p></dd>
103 <dt><span class="term">-E <em class="replaceable"><code>engine</code></em></span></dt>
104 <dd><p>
105             Use the given OpenSSL engine. When compiled with PKCS#11 support
106             it defaults to pkcs11; the empty name resets it to no engine.
107           </p></dd>
108 </dl></div>
109 </div>
110 <div class="refsect1" lang="en">
111 <a name="id2615632"></a><h2>TIMING OPTIONS</h2>
112 <p>
113       Dates can be expressed in the format YYYYMMDD or YYYYMMDDHHMMSS.
114       If the argument begins with a '+' or '-', it is interpreted as
115       an offset from the present time.  For convenience, if such an offset
116       is followed by one of the suffixes 'y', 'mo', 'w', 'd', 'h', or 'mi',
117       then the offset is computed in years (defined as 365 24-hour days,
118       ignoring leap years), months (defined as 30 24-hour days), weeks,
119       days, hours, or minutes, respectively.  Without a suffix, the offset
120       is computed in seconds.  To unset a date, use 'none'.
121     </p>
122 <div class="variablelist"><dl>
123 <dt><span class="term">-P <em class="replaceable"><code>date/offset</code></em></span></dt>
124 <dd><p>
125             Sets the date on which a key is to be published to the zone.
126             After that date, the key will be included in the zone but will
127             not be used to sign it.
128           </p></dd>
129 <dt><span class="term">-A <em class="replaceable"><code>date/offset</code></em></span></dt>
130 <dd><p>
131             Sets the date on which the key is to be activated.  After that
132             date, the key will be included in the zone and used to sign
133             it.
134           </p></dd>
135 <dt><span class="term">-R <em class="replaceable"><code>date/offset</code></em></span></dt>
136 <dd><p>
137             Sets the date on which the key is to be revoked.  After that
138             date, the key will be flagged as revoked.  It will be included
139             in the zone and will be used to sign it.
140           </p></dd>
141 <dt><span class="term">-I <em class="replaceable"><code>date/offset</code></em></span></dt>
142 <dd><p>
143             Sets the date on which the key is to be retired.  After that
144             date, the key will still be included in the zone, but it
145             will not be used to sign it.
146           </p></dd>
147 <dt><span class="term">-D <em class="replaceable"><code>date/offset</code></em></span></dt>
148 <dd><p>
149             Sets the date on which the key is to be deleted.  After that
150             date, the key will no longer be included in the zone.  (It
151             may remain in the key repository, however.)
152           </p></dd>
153 <dt><span class="term">-S <em class="replaceable"><code>predecessor key</code></em></span></dt>
154 <dd><p>
155             Select a key for which the key being modified will be an
156             explicit successor.  The name, algorithm, size, and type of the
157             predecessor key must exactly match those of the key being
158             modified.  The activation date of the successor key will be set
159             to the inactivation date of the predecessor.  The publication
160             date will be set to the activation date minus the prepublication
161             interval, which defaults to 30 days.
162           </p></dd>
163 <dt><span class="term">-i <em class="replaceable"><code>interval</code></em></span></dt>
164 <dd>
165 <p>
166             Sets the prepublication interval for a key.  If set, then
167             the publication and activation dates must be separated by at least
168             this much time.  If the activation date is specified but the
169             publication date isn't, then the publication date will default
170             to this much time before the activation date; conversely, if
171             the publication date is specified but activation date isn't,
172             then activation will be set to this much time after publication.
173           </p>
174 <p>
175             If the key is being set to be an explicit successor to another
176             key, then the default prepublication interval is 30 days; 
177             otherwise it is zero.
178           </p>
179 <p>
180             As with date offsets, if the argument is followed by one of
181             the suffixes 'y', 'mo', 'w', 'd', 'h', or 'mi', then the
182             interval is measured in years, months, weeks, days, hours,
183             or minutes, respectively.  Without a suffix, the interval is
184             measured in seconds.
185           </p>
186 </dd>
187 </dl></div>
188 </div>
189 <div class="refsect1" lang="en">
190 <a name="id2616453"></a><h2>PRINTING OPTIONS</h2>
191 <p>
192       <span><strong class="command">dnssec-settime</strong></span> can also be used to print the
193       timing metadata associated with a key.
194     </p>
195 <div class="variablelist"><dl>
196 <dt><span class="term">-u</span></dt>
197 <dd><p>
198             Print times in UNIX epoch format.
199           </p></dd>
200 <dt><span class="term">-p <em class="replaceable"><code>C/P/A/R/I/D/all</code></em></span></dt>
201 <dd><p>
202             Print a specific metadata value or set of metadata values.
203             The <code class="option">-p</code> option may be followed by one or more
204             of the following letters to indicate which value or values to print:
205             <code class="option">C</code> for the creation date,
206             <code class="option">P</code> for the publication date,
207             <code class="option">A</code> for the activation date,
208             <code class="option">R</code> for the revocation date,
209             <code class="option">I</code> for the inactivation date, or
210             <code class="option">D</code> for the deletion date.
211             To print all of the metadata, use <code class="option">-p all</code>.
212           </p></dd>
213 </dl></div>
214 </div>
215 <div class="refsect1" lang="en">
216 <a name="id2616533"></a><h2>SEE ALSO</h2>
217 <p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
218       <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
219       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
220       <em class="citetitle">RFC 5011</em>.
221     </p>
222 </div>
223 <div class="refsect1" lang="en">
224 <a name="id2616566"></a><h2>AUTHOR</h2>
225 <p><span class="corpauthor">Internet Systems Consortium</span>
226     </p>
227 </div>
228 </div>
229 <div class="navfooter">
230 <hr>
231 <table width="100%" summary="Navigation footer">
232 <tr>
233 <td width="40%" align="left">
234 <a accesskey="p" href="man.dnssec-revoke.html">Prev</a> </td>
235 <td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
236 <td width="40%" align="right"> <a accesskey="n" href="man.dnssec-signzone.html">Next</a>
237 </td>
238 </tr>
239 <tr>
240 <td width="40%" align="left" valign="top">
241 <span class="application">dnssec-revoke</span> </td>
242 <td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
243 <td width="40%" align="right" valign="top"> <span class="application">dnssec-signzone</span>
244 </td>
245 </tr>
246 </table>
247 </div>
248 </body>
249 </html>