/contrib/bind9/bin/dnssec/dnssec-revoke.8

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 88 lines · 88 code · 0 blank · 0 comment · 0 complexity · 191ae2015a41cd17b7c648cbd5da96bc MD5 · raw file

  1. .\" Copyright (C) 2009, 2011 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. .\" $Id$
  16. .\"
  17. .hy 0
  18. .ad l
  19. .\" Title: dnssec\-revoke
  20. .\" Author:
  21. .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
  22. .\" Date: June 1, 2009
  23. .\" Manual: BIND9
  24. .\" Source: BIND9
  25. .\"
  26. .TH "DNSSEC\-REVOKE" "8" "June 1, 2009" "BIND9" "BIND9"
  27. .\" disable hyphenation
  28. .nh
  29. .\" disable justification (adjust text to left margin only)
  30. .ad l
  31. .SH "NAME"
  32. dnssec\-revoke \- Set the REVOKED bit on a DNSSEC key
  33. .SH "SYNOPSIS"
  34. .HP 14
  35. \fBdnssec\-revoke\fR [\fB\-hr\fR] [\fB\-v\ \fR\fB\fIlevel\fR\fR] [\fB\-K\ \fR\fB\fIdirectory\fR\fR] [\fB\-E\ \fR\fB\fIengine\fR\fR] [\fB\-f\fR] [\fB\-R\fR] {keyfile}
  36. .SH "DESCRIPTION"
  37. .PP
  38. \fBdnssec\-revoke\fR
  39. 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.
  40. .SH "OPTIONS"
  41. .PP
  42. \-h
  43. .RS 4
  44. Emit usage message and exit.
  45. .RE
  46. .PP
  47. \-K \fIdirectory\fR
  48. .RS 4
  49. Sets the directory in which the key files are to reside.
  50. .RE
  51. .PP
  52. \-r
  53. .RS 4
  54. After writing the new keyset files remove the original keyset files.
  55. .RE
  56. .PP
  57. \-v \fIlevel\fR
  58. .RS 4
  59. Sets the debugging level.
  60. .RE
  61. .PP
  62. \-E \fIengine\fR
  63. .RS 4
  64. Use the given OpenSSL engine. When compiled with PKCS#11 support it defaults to pkcs11; the empty name resets it to no engine.
  65. .RE
  66. .PP
  67. \-f
  68. .RS 4
  69. Force overwrite: Causes
  70. \fBdnssec\-revoke\fR
  71. to write the new key pair even if a file already exists matching the algorithm and key ID of the revoked key.
  72. .RE
  73. .PP
  74. \-R
  75. .RS 4
  76. Print the key tag of the key with the REVOKE bit set but do not revoke the key.
  77. .RE
  78. .SH "SEE ALSO"
  79. .PP
  80. \fBdnssec\-keygen\fR(8),
  81. BIND 9 Administrator Reference Manual,
  82. RFC 5011.
  83. .SH "AUTHOR"
  84. .PP
  85. Internet Systems Consortium
  86. .SH "COPYRIGHT"
  87. Copyright \(co 2009, 2011 Internet Systems Consortium, Inc. ("ISC")
  88. .br