]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/bin/dnssec/dnssec-revoke.8
MFV r306384:
[FreeBSD/stable/9.git] / contrib / bind9 / bin / dnssec / dnssec-revoke.8
1 .\" Copyright (C) 2009, 2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
2 .\" 
3 .\" Permission to use, copy, modify, and/or distribute this software for any
4 .\" purpose with or without fee is hereby granted, provided that the above
5 .\" copyright notice and this permission notice appear in all copies.
6 .\" 
7 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
10 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
12 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13 .\" PERFORMANCE OF THIS SOFTWARE.
14 .\"
15 .hy 0
16 .ad l
17 '\" t
18 .\"     Title: dnssec-revoke
19 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
20 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
21 .\"      Date: 2011-10-20
22 .\"    Manual: BIND9
23 .\"    Source: BIND9
24 .\"  Language: English
25 .\"
26 .TH "DNSSEC\-REVOKE" "8" "2011\-10\-20" "BIND9" "BIND9"
27 .\" -----------------------------------------------------------------
28 .\" * Define some portability stuff
29 .\" -----------------------------------------------------------------
30 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 .\" http://bugs.debian.org/507673
32 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
33 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34 .ie \n(.g .ds Aq \(aq
35 .el       .ds Aq '
36 .\" -----------------------------------------------------------------
37 .\" * set default formatting
38 .\" -----------------------------------------------------------------
39 .\" disable hyphenation
40 .nh
41 .\" disable justification (adjust text to left margin only)
42 .ad l
43 .\" -----------------------------------------------------------------
44 .\" * MAIN CONTENT STARTS HERE *
45 .\" -----------------------------------------------------------------
46 .SH "NAME"
47 dnssec-revoke \- Set the REVOKED bit on a DNSSEC key
48 .SH "SYNOPSIS"
49 .HP \w'\fBdnssec\-revoke\fR\ 'u
50 \fBdnssec\-revoke\fR [\fB\-hr\fR] [\fB\-v\ \fR\fB\fIlevel\fR\fR] [\fB\-V\fR] [\fB\-K\ \fR\fB\fIdirectory\fR\fR] [\fB\-E\ \fR\fB\fIengine\fR\fR] [\fB\-f\fR] [\fB\-R\fR] {keyfile}
51 .SH "DESCRIPTION"
52 .PP
53 \fBdnssec\-revoke\fR
54 reads a DNSSEC key file, sets the REVOKED bit on the key as defined in RFC 5011, and creates a new pair of key files containing the now\-revoked key\&.
55 .SH "OPTIONS"
56 .PP
57 \-h
58 .RS 4
59 Emit usage message and exit\&.
60 .RE
61 .PP
62 \-K \fIdirectory\fR
63 .RS 4
64 Sets the directory in which the key files are to reside\&.
65 .RE
66 .PP
67 \-r
68 .RS 4
69 After writing the new keyset files remove the original keyset files\&.
70 .RE
71 .PP
72 \-v \fIlevel\fR
73 .RS 4
74 Sets the debugging level\&.
75 .RE
76 .PP
77 \-V
78 .RS 4
79 Prints version information\&.
80 .RE
81 .PP
82 \-E \fIengine\fR
83 .RS 4
84 Use the given OpenSSL engine\&. When compiled with PKCS#11 support it defaults to pkcs11; the empty name resets it to no engine\&.
85 .RE
86 .PP
87 \-f
88 .RS 4
89 Force overwrite: Causes
90 \fBdnssec\-revoke\fR
91 to write the new key pair even if a file already exists matching the algorithm and key ID of the revoked key\&.
92 .RE
93 .PP
94 \-R
95 .RS 4
96 Print the key tag of the key with the REVOKE bit set but do not revoke the key\&.
97 .RE
98 .SH "SEE ALSO"
99 .PP
100 \fBdnssec-keygen\fR(8),
101 BIND 9 Administrator Reference Manual,
102 RFC 5011\&.
103 .SH "COPYRIGHT"
104 .br
105 Copyright \(co 2009, 2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC")
106 .br