etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / bin / dnssec / dnssec-revoke.8
blob4c282c14606892b72559e9e452f72bec5386e002
1 .\"     $NetBSD: dnssec-revoke.8,v 1.6 2014/12/10 04:37:51 christos Exp $
2 .\"
3 .\" Copyright (C) 2009, 2011, 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\-revoke
22 .\"    Author: 
23 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
24 .\"      Date: January 15, 2014
25 .\"    Manual: BIND9
26 .\"    Source: BIND9
27 .\"
28 .TH "DNSSEC\-REVOKE" "8" "January 15, 2014" "BIND9" "BIND9"
29 .\" disable hyphenation
30 .nh
31 .\" disable justification (adjust text to left margin only)
32 .ad l
33 .SH "NAME"
34 dnssec\-revoke \- Set the REVOKED bit on a DNSSEC key
35 .SH "SYNOPSIS"
36 .HP 14
37 \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}
38 .SH "DESCRIPTION"
39 .PP
40 \fBdnssec\-revoke\fR
41 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.
42 .SH "OPTIONS"
43 .PP
44 \-h
45 .RS 4
46 Emit usage message and exit.
47 .RE
48 .PP
49 \-K \fIdirectory\fR
50 .RS 4
51 Sets the directory in which the key files are to reside.
52 .RE
53 .PP
54 \-r
55 .RS 4
56 After writing the new keyset files remove the original keyset files.
57 .RE
58 .PP
59 \-v \fIlevel\fR
60 .RS 4
61 Sets the debugging level.
62 .RE
63 .PP
64 \-V
65 .RS 4
66 Prints version information.
67 .RE
68 .PP
69 \-E \fIengine\fR
70 .RS 4
71 Specifies the cryptographic hardware to use, when applicable.
72 .sp
73 When BIND is built with OpenSSL PKCS#11 support, this defaults to the string "pkcs11", which identifies an OpenSSL engine that can drive a cryptographic accelerator or hardware service module. When BIND is built with native PKCS#11 cryptography (\-\-enable\-native\-pkcs11), it defaults to the path of the PKCS#11 provider library specified via "\-\-with\-pkcs11".
74 .RE
75 .PP
76 \-f
77 .RS 4
78 Force overwrite: Causes
79 \fBdnssec\-revoke\fR
80 to write the new key pair even if a file already exists matching the algorithm and key ID of the revoked key.
81 .RE
82 .PP
83 \-R
84 .RS 4
85 Print the key tag of the key with the REVOKE bit set but do not revoke the key.
86 .RE
87 .SH "SEE ALSO"
88 .PP
89 \fBdnssec\-keygen\fR(8),
90 BIND 9 Administrator Reference Manual,
91 RFC 5011.
92 .SH "AUTHOR"
93 .PP
94 Internet Systems Consortium
95 .SH "COPYRIGHT"
96 Copyright \(co 2009, 2011, 2014 Internet Systems Consortium, Inc. ("ISC")
97 .br