man.dnssec-settime.html revision 7e71f05d8643aca84914437c900cb716444507e4
794b79e6bbc3f5db1ea6ae154d739b9f1ef1a375Tinderbox User - Copyright (C) 2000-2015 Internet Systems Consortium, Inc. ("ISC")
4f91bcae4368308b0bfd13769a059de222a3769dAutomatic Updater - This Source Code Form is subject to the terms of the Mozilla Public
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt - License, v. 2.0. If a copy of the MPL was not distributed with this
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt - file, You can obtain one at http://mozilla.org/MPL/2.0/.
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt<link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt<link rel="prev" href="man.dnssec-revoke.html" title="dnssec-revoke">
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt<link rel="next" href="man.dnssec-signzone.html" title="dnssec-signzone">
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<table width="100%" summary="Navigation header">
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt<tr><th colspan="3" align="center"><span class="application">dnssec-settime</span></th></tr>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<a accesskey="p" href="man.dnssec-revoke.html">Prev</a>�</td>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<th width="60%" align="center">Manual pages</th>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<td width="20%" align="right">�<a accesskey="n" href="man.dnssec-signzone.html">Next</a>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<a name="man.dnssec-settime"></a><div class="titlepage"></div>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<p><span class="application">dnssec-settime</span> — set the key timing metadata for a DNSSEC key</p>
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt<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">-L <em class="replaceable"><code>ttl</code></em></code>] [<code class="option">-P <em class="replaceable"><code>date/offset</code></em></code>] [<code class="option">-P sync <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">-D sync <em class="replaceable"><code>date/offset</code></em></code>] [<code class="option">-h</code>] [<code class="option">-V</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>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<a name="id-1.14.15.7"></a><h2>DESCRIPTION</h2>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<p><span class="command"><strong>dnssec-settime</strong></span>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User reads a DNSSEC private key file and sets the key timing metadata
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User as specified by the <code class="option">-P</code>, <code class="option">-A</code>,
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User <code class="option">-R</code>, <code class="option">-I</code>, and <code class="option">-D</code>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User options. The metadata can then be used by
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User <span class="command"><strong>dnssec-signzone</strong></span> or other signing software to
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User determine when a key is to be published, whether it should be
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User used for signing a zone, etc.
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updater If none of these options is set on the command line,
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updater then <span class="command"><strong>dnssec-settime</strong></span> simply prints the key timing
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updater metadata already stored in the key.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User When key metadata fields are changed, both files of a key
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User pair (<code class="filename">Knnnn.+aaa+iiiii.key</code> and
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User <code class="filename">Knnnn.+aaa+iiiii.private</code>) are regenerated.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User Metadata fields are stored in the private file. A human-readable
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User description of the metadata is also placed in comments in the key
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updater file. The private file's permissions are always set to be
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User inaccessible to anyone other than the owner (mode 0600).
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<div class="variablelist"><dl class="variablelist">
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User Force an update of an old-format key with no metadata fields.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt Without this option, <span class="command"><strong>dnssec-settime</strong></span> will
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User fail when attempting to update a legacy key. With this option,
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User the key will be recreated in the new format, but with the
cb3c295308f7a3acfc748e60231ca05183e4393cAutomatic Updater original key data retained. The key's creation date will be
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User set to the present time. If no other values are specified,
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User then the key's publication and activation dates will also
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt be set to the present time.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<dt><span class="term">-K <em class="replaceable"><code>directory</code></em></span></dt>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User Sets the directory in which the key files are to reside.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User<dt><span class="term">-L <em class="replaceable"><code>ttl</code></em></span></dt>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User Sets the default TTL to use for this key when it is converted
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User into a DNSKEY RR. If the key is imported into a zone,
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User this is the TTL that will be used for it, unless there was
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User already a DNSKEY RRset in place, in which case the existing TTL
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User would take precedence. If this value is not set and there
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User is no existing DNSKEY RRset, the TTL will default to the
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User SOA TTL. Setting the default TTL to <code class="literal">0</code>
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User or <code class="literal">none</code> removes it from the key.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt Emit usage message and exit.