dnssec-importkey.html revision 0c91911b4d1e872b87eaf6431ed47fe24d18dd43
2N/A<!--
2N/A - Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
2N/A -
2N/A - Permission to use, copy, modify, and/or distribute this software for any
2N/A - purpose with or without fee is hereby granted, provided that the above
2N/A - copyright notice and this permission notice appear in all copies.
2N/A -
2N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
2N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
2N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
2N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2N/A - PERFORMANCE OF THIS SOFTWARE.
2N/A-->
2N/A<!-- $Id$ -->
2N/A<html>
2N/A<head>
2N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
2N/A<title>dnssec-importkey</title>
2N/A<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
2N/A</head>
2N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
2N/A<a name="man.dnssec-importkey"></a><div class="titlepage"></div>
2N/A<div class="refnamediv">
2N/A<h2>Name</h2>
2N/A<p><span class="application">dnssec-importkey</span> &#8212; Import DNSKEY records from external systems so they can be managed.</p>
2N/A</div>
2N/A<div class="refsynopsisdiv">
2N/A<h2>Synopsis</h2>
2N/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">-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">keyname</code>]</p></div>
2N/A</div>
2N/A<div class="refsect1">
2N/A<a name="idp5321760"></a><h2>DESCRIPTION</h2>
2N/A<p><span class="command"><strong>dnssec-importkey</strong></span>
2N/A read a DNSKEY record and generated a .key/.private key pair.
2N/A Publication (<code class="option">-P</code>) and deletions (<code class="option">-D</code>)
2N/A times can be set for the key.
2N/A </p>
2N/A</div>
2N/A<div class="refsect1">
2N/A<a name="idp5324080"></a><h2>OPTIONS</h2>
2N/A<div class="variablelist"><dl class="variablelist">
2N/A<dt><span class="term">-f <em class="replaceable"><code>filename</code></em></span></dt>
2N/A<dd><p>
2N/A Filename to read the key from.
2N/A </p></dd>
2N/A<dt><span class="term">-K <em class="replaceable"><code>directory</code></em></span></dt>
2N/A<dd><p>
2N/A Sets the directory in which the key files are to reside.
2N/A </p></dd>
2N/A<dt><span class="term">-L <em class="replaceable"><code>ttl</code></em></span></dt>
2N/A<dd><p>
2N/A Sets the default TTL to use for this key when it is converted
2N/A into a DNSKEY RR. If the key is imported into a zone,
2N/A this is the TTL that will be used for it, unless there was
2N/A already a DNSKEY RRset in place, in which case the existing TTL
2N/A would take precedence. importkey the default TTL to
2N/A <code class="literal">0</code> or <code class="literal">none</code> removes it.
2N/A </p></dd>
2N/A<dt><span class="term">-h</span></dt>
2N/A<dd><p>
2N/A Emit usage message and exit.
2N/A </p></dd>
2N/A<dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
2N/A<dd><p>
2N/A Sets the debugging level.
2N/A </p></dd>
2N/A</dl></div>
2N/A</div>
2N/A<div class="refsect1">
2N/A<a name="idp5336224"></a><h2>TIMING OPTIONS</h2>
2N/A<p>
2N/A Dates can be expressed in the format YYYYMMDD or YYYYMMDDHHMMSS.
2N/A If the argument begins with a '+' or '-', it is interpreted as
2N/A an offset from the present time. For convenience, if such an offset
2N/A is followed by one of the suffixes 'y', 'mo', 'w', 'd', 'h', or 'mi',
2N/A then the offset is computed in years (defined as 365 24-hour days,
2N/A ignoring leap years), months (defined as 30 24-hour days), weeks,
2N/A days, hours, or minutes, respectively. Without a suffix, the offset
2N/A is computed in seconds. To unset a date, use 'none'.
2N/A </p>
2N/A<div class="variablelist"><dl class="variablelist">
2N/A<dt><span class="term">-P <em class="replaceable"><code>date/offset</code></em></span></dt>
2N/A<dd><p>
2N/A Sets the date on which a key is to be published to the zone.
2N/A After that date, the key will be included in the zone but will
2N/A not be used to sign it.
2N/A </p></dd>
2N/A<dt><span class="term">-D <em class="replaceable"><code>date/offset</code></em></span></dt>
2N/A<dd><p>
2N/A Sets the date on which the key is to be deleted. After that
2N/A date, the key will no longer be included in the zone. (It
2N/A may remain in the key repository, however.)
2N/A </p></dd>
2N/A</dl></div>
2N/A</div>
2N/A<div class="refsect1">
2N/A<a name="idp5342816"></a><h2>SEE ALSO</h2>
2N/A<p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
2N/A <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
2N/A <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
2N/A <em class="citetitle">RFC 5011</em>.
2N/A </p>
2N/A</div>
2N/A<div class="refsect1">
2N/A<a name="idp5346704"></a><h2>AUTHOR</h2>
2N/A<p><span class="corpauthor">Internet Systems Consortium</span>
2N/A </p>
2N/A</div>
2N/A</div></body>
2N/A</html>
2N/A