man.dnssec-importkey.html revision dc9edc13327189fe890ed3565b4e7a9bd6776402
0N/A<!--
2362N/A - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
0N/A - Copyright (C) 2000-2003 Internet Software Consortium.
0N/A -
0N/A - Permission to use, copy, modify, and/or distribute this software for any
0N/A - purpose with or without fee is hereby granted, provided that the above
0N/A - copyright notice and this permission notice appear in all copies.
0N/A -
0N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
0N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
0N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
0N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
0N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
0N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
0N/A - PERFORMANCE OF THIS SOFTWARE.
0N/A-->
0N/A<!-- $Id$ -->
0N/A<html>
2362N/A<head>
2362N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
2362N/A<title>dnssec-importkey</title>
0N/A<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
0N/A<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
0N/A<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
0N/A<link rel="prev" href="man.dnssec-dsfromkey.html" title="dnssec-dsfromkey">
0N/A<link rel="next" href="man.dnssec-keyfromlabel.html" title="dnssec-keyfromlabel">
0N/A</head>
0N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
0N/A<div class="navheader">
0N/A<table width="100%" summary="Navigation header">
0N/A<tr><th colspan="3" align="center"><span class="application">dnssec-importkey</span></th></tr>
0N/A<tr>
0N/A<td width="20%" align="left">
0N/A<a accesskey="p" href="man.dnssec-dsfromkey.html">Prev</a>�</td>
0N/A<th width="60%" align="center">Manual pages</th>
0N/A<td width="20%" align="right">�<a accesskey="n" href="man.dnssec-keyfromlabel.html">Next</a>
0N/A</td>
0N/A</tr>
0N/A</table>
0N/A<hr>
0N/A</div>
0N/A<div class="refentry" lang="en">
0N/A<a name="man.dnssec-importkey"></a><div class="titlepage"></div>
0N/A<div class="refnamediv">
0N/A<h2>Name</h2>
0N/A<p><span class="application">dnssec-importkey</span> &#8212; Import DNSKEY records from external systems so they can be managed.</p>
0N/A</div>
0N/A<div class="refsynopsisdiv">
0N/A<h2>Synopsis</h2>
0N/A<div class="cmdsynopsis"><p><code class="command">dnssec-importkey</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">-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">-V</code>] {<code class="option">keyfile</code>}</p></div>
0N/A<div class="cmdsynopsis"><p><code class="command">dnssec-importkey</code> {<code class="option">-f <em class="replaceable"><code>filename</code></em></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">-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">-V</code>] [<code class="option">dnsname</code>]</p></div>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2622837"></a><h2>DESCRIPTION</h2>
0N/A<p><span><strong class="command">dnssec-importkey</strong></span>
0N/A reads a public DNSKEY record and generates a pair of
0N/A .key/.private files. The DNSKEY record may be read from an
0N/A existing .key file, in which case a corresponding .private file
0N/A will be generated, or it may be read from any other file or
0N/A from the standard input, in which case both .key and .private
0N/A files will be generated.
0N/A </p>
0N/A<p>
0N/A The newly-created .private file does <span class="emphasis"><em>not</em></span>
0N/A contain private key data, and cannot be used for signing.
0N/A However, having a .private file makes it possible to set
0N/A publication (<code class="option">-P</code>) and deletion
0N/A (<code class="option">-D</code>) times for the key, which means the
0N/A public key can be added to and removed from the DNSKEY RRset
0N/A on schedule even if the true private key is stored offline.
0N/A </p>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2622865"></a><h2>OPTIONS</h2>
0N/A<div class="variablelist"><dl>
0N/A<dt><span class="term">-f <em class="replaceable"><code>filename</code></em></span></dt>
0N/A<dd>
0N/A<p>
0N/A Zone file mode: instead of a public keyfile name, the argument
0N/A is the DNS domain name of a zone master file, which can be read
0N/A from <code class="option">file</code>. If the domain name is the same as
0N/A <code class="option">file</code>, then it may be omitted.
0N/A </p>
0N/A<p>
0N/A If <code class="option">file</code> is set to <code class="literal">"-"</code>, then
0N/A the zone data is read from the standard input.
0N/A </p>
0N/A</dd>
0N/A<dt><span class="term">-K <em class="replaceable"><code>directory</code></em></span></dt>
0N/A<dd><p>
0N/A Sets the directory in which the key files are to reside.
0N/A </p></dd>
0N/A<dt><span class="term">-L <em class="replaceable"><code>ttl</code></em></span></dt>
0N/A<dd><p>
0N/A Sets the default TTL to use for this key when it is converted
0N/A into a DNSKEY RR. If the key is imported into a zone,
0N/A this is the TTL that will be used for it, unless there was
0N/A already a DNSKEY RRset in place, in which case the existing TTL
0N/A would take precedence. Setting the default TTL to
0N/A <code class="literal">0</code> or <code class="literal">none</code> removes it.
0N/A </p></dd>
0N/A<dt><span class="term">-h</span></dt>
0N/A<dd><p>
0N/A Emit usage message and exit.
0N/A </p></dd>
0N/A<dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
0N/A<dd><p>
0N/A Sets the debugging level.
0N/A </p></dd>
0N/A<dt><span class="term">-V</span></dt>
0N/A<dd><p>
0N/A Prints version information.
0N/A </p></dd>
0N/A</dl></div>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2623002"></a><h2>TIMING OPTIONS</h2>
0N/A<p>
0N/A Dates can be expressed in the format YYYYMMDD or YYYYMMDDHHMMSS.
0N/A If the argument begins with a '+' or '-', it is interpreted as
0N/A an offset from the present time. For convenience, if such an offset
0N/A is followed by one of the suffixes 'y', 'mo', 'w', 'd', 'h', or 'mi',
0N/A then the offset is computed in years (defined as 365 24-hour days,
0N/A ignoring leap years), months (defined as 30 24-hour days), weeks,
0N/A days, hours, or minutes, respectively. Without a suffix, the offset
0N/A is computed in seconds. To explicitly prevent a date from being
0N/A set, use 'none' or 'never'.
0N/A </p>
0N/A<div class="variablelist"><dl>
0N/A<dt><span class="term">-P <em class="replaceable"><code>date/offset</code></em></span></dt>
0N/A<dd><p>
0N/A Sets the date on which a key is to be published to the zone.
0N/A After that date, the key will be included in the zone but will
0N/A not be used to sign it.
0N/A </p></dd>
0N/A<dt><span class="term">-D <em class="replaceable"><code>date/offset</code></em></span></dt>
0N/A<dd><p>
0N/A Sets the date on which the key is to be deleted. After that
0N/A date, the key will no longer be included in the zone. (It
0N/A may remain in the key repository, however.)
0N/A </p></dd>
0N/A</dl></div>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2623049"></a><h2>FILES</h2>
0N/A<p>
0N/A A keyfile can be designed by the key identification
0N/A <code class="filename">Knnnn.+aaa+iiiii</code> or the full file name
0N/A <code class="filename">Knnnn.+aaa+iiiii.key</code> as generated by
0N/A <span class="refentrytitle">dnssec-keygen</span>(8).
0N/A </p>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2623075"></a><h2>SEE ALSO</h2>
0N/A<p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
0N/A <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
0N/A <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
0N/A <em class="citetitle">RFC 5011</em>.
0N/A </p>
0N/A</div>
0N/A<div class="refsect1" lang="en">
0N/A<a name="id2623108"></a><h2>AUTHOR</h2>
0N/A<p><span class="corpauthor">Internet Systems Consortium</span>
0N/A </p>
0N/A</div>
0N/A</div>
0N/A<div class="navfooter">
0N/A<hr>
0N/A<table width="100%" summary="Navigation footer">
0N/A<tr>
0N/A<td width="40%" align="left">
0N/A<a accesskey="p" href="man.dnssec-dsfromkey.html">Prev</a>�</td>
0N/A<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch13.html">Up</a></td>
0N/A<td width="40%" align="right">�<a accesskey="n" href="man.dnssec-keyfromlabel.html">Next</a>
0N/A</td>
0N/A</tr>
0N/A<tr>
0N/A<td width="40%" align="left" valign="top">
0N/A<span class="application">dnssec-dsfromkey</span>�</td>
0N/A<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
0N/A<td width="40%" align="right" valign="top">�<span class="application">dnssec-keyfromlabel</span>
0N/A</td>
0N/A</tr>
0N/A</table>
0N/A</div>
<p style="text-align: center;">BIND 9.11.0pre-alpha</p>
</body>
</html>