Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / bin / dnssec / dnssec-dsfromkey.8
blob991226be7743becea978173187561e7363250190
1 .\"     $NetBSD: dnssec-dsfromkey.8,v 1.7 2014/12/10 04:37:51 christos Exp $
2 .\"
3 .\" Copyright (C) 2008-2012, 2014 Internet Systems Consortium, Inc. ("ISC")
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
18 .\"
19 .hy 0
20 .ad l
21 .\"     Title: dnssec\-dsfromkey
22 .\"    Author: 
23 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
24 .\"      Date: May 02, 2012
25 .\"    Manual: BIND9
26 .\"    Source: BIND9
27 .\"
28 .TH "DNSSEC\-DSFROMKEY" "8" "May 02, 2012" "BIND9" "BIND9"
29 .\" disable hyphenation
30 .nh
31 .\" disable justification (adjust text to left margin only)
32 .ad l
33 .SH "NAME"
34 dnssec\-dsfromkey \- DNSSEC DS RR generation tool
35 .SH "SYNOPSIS"
36 .HP 17
37 \fBdnssec\-dsfromkey\fR [\fB\-v\ \fR\fB\fIlevel\fR\fR] [\fB\-1\fR] [\fB\-2\fR] [\fB\-a\ \fR\fB\fIalg\fR\fR] [\fB\-l\ \fR\fB\fIdomain\fR\fR] [\fB\-T\ \fR\fB\fITTL\fR\fR] {keyfile}
38 .HP 17
39 \fBdnssec\-dsfromkey\fR {\-s} [\fB\-1\fR] [\fB\-2\fR] [\fB\-a\ \fR\fB\fIalg\fR\fR] [\fB\-K\ \fR\fB\fIdirectory\fR\fR] [\fB\-l\ \fR\fB\fIdomain\fR\fR] [\fB\-s\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-T\ \fR\fB\fITTL\fR\fR] [\fB\-f\ \fR\fB\fIfile\fR\fR] [\fB\-A\fR] [\fB\-v\ \fR\fB\fIlevel\fR\fR] {dnsname}
40 .HP 17
41 \fBdnssec\-dsfromkey\fR [\fB\-h\fR] [\fB\-V\fR]
42 .SH "DESCRIPTION"
43 .PP
44 \fBdnssec\-dsfromkey\fR
45 outputs the Delegation Signer (DS) resource record (RR), as defined in RFC 3658 and RFC 4509, for the given key(s).
46 .SH "OPTIONS"
47 .PP
48 \-1
49 .RS 4
50 Use SHA\-1 as the digest algorithm (the default is to use both SHA\-1 and SHA\-256).
51 .RE
52 .PP
53 \-2
54 .RS 4
55 Use SHA\-256 as the digest algorithm.
56 .RE
57 .PP
58 \-a \fIalgorithm\fR
59 .RS 4
60 Select the digest algorithm. The value of
61 \fBalgorithm\fR
62 must be one of SHA\-1 (SHA1), SHA\-256 (SHA256), GOST or SHA\-384 (SHA384). These values are case insensitive.
63 .RE
64 .PP
65 \-T \fITTL\fR
66 .RS 4
67 Specifies the TTL of the DS records.
68 .RE
69 .PP
70 \-K \fIdirectory\fR
71 .RS 4
72 Look for key files (or, in keyset mode,
73 \fIkeyset\-\fR
74 files) in
75 \fBdirectory\fR.
76 .RE
77 .PP
78 \-f \fIfile\fR
79 .RS 4
80 Zone file mode: in place of the keyfile name, the argument is the DNS domain name of a zone master file, which can be read from
81 \fBfile\fR. If the zone name is the same as
82 \fBfile\fR, then it may be omitted.
83 .sp
85 \fBfile\fR
86 is set to
87 "\-", then the zone data is read from the standard input. This makes it possible to use the output of the
88 \fBdig\fR
89 command as input, as in:
90 .sp
91 \fBdig dnskey example.com | dnssec\-dsfromkey \-f \- example.com\fR
92 .RE
93 .PP
94 \-A
95 .RS 4
96 Include ZSK's when generating DS records. Without this option, only keys which have the KSK flag set will be converted to DS records and printed. Useful only in zone file mode.
97 .RE
98 .PP
99 \-l \fIdomain\fR
100 .RS 4
101 Generate a DLV set instead of a DS set. The specified
102 \fBdomain\fR
103 is appended to the name for each record in the set. The DNSSEC Lookaside Validation (DLV) RR is described in RFC 4431.
107 .RS 4
108 Keyset mode: in place of the keyfile name, the argument is the DNS domain name of a keyset file.
111 \-c \fIclass\fR
112 .RS 4
113 Specifies the DNS class (default is IN). Useful only in keyset or zone file mode.
116 \-v \fIlevel\fR
117 .RS 4
118 Sets the debugging level.
122 .RS 4
123 Prints usage information.
127 .RS 4
128 Prints version information.
130 .SH "EXAMPLE"
132 To build the SHA\-256 DS RR from the
133 \fBKexample.com.+003+26160\fR
134 keyfile name, the following command would be issued:
136 \fBdnssec\-dsfromkey \-2 Kexample.com.+003+26160\fR
138 The command would print something like:
140 \fBexample.com. IN DS 26160 5 2 3A1EADA7A74B8D0BA86726B0C227AA85AB8BBD2B2004F41A868A54F0 C5EA0B94\fR
141 .SH "FILES"
143 The keyfile can be designed by the key identification
144 \fIKnnnn.+aaa+iiiii\fR
145 or the full file name
146 \fIKnnnn.+aaa+iiiii.key\fR
147 as generated by
148 dnssec\-keygen(8).
150 The keyset file name is built from the
151 \fBdirectory\fR, the string
152 \fIkeyset\-\fR
153 and the
154 \fBdnsname\fR.
155 .SH "CAVEAT"
157 A keyfile error can give a "file not found" even if the file exists.
158 .SH "SEE ALSO"
160 \fBdnssec\-keygen\fR(8),
161 \fBdnssec\-signzone\fR(8),
162 BIND 9 Administrator Reference Manual,
163 RFC 3658,
164 RFC 4431.
165 RFC 4509.
166 .SH "AUTHOR"
168 Internet Systems Consortium
169 .SH "COPYRIGHT"
170 Copyright \(co 2008\-2012, 2014 Internet Systems Consortium, Inc. ("ISC")