components/bind/Solaris/dnssec-signkey.1m
changeset 4980 b0ec15659025
parent 4979 43ca747f5e4a
child 4981 2da2d7a85ba2
equal deleted inserted replaced
4979:43ca747f5e4a 4980:b0ec15659025
     1 '\" te
       
     2 .\" Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")  Copyright (C) 2000, 2001, 2003  Internet Software Consortium.   Permission to use, copy, modify, and distribute this software for any  purpose with or without fee is hereby granted, provided that the above  copyright notice and this permission notice appear in all copies.   THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH  REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY  AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,  INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE  OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR  PERFORMANCE OF THIS SOFTWARE.
       
     3 .\" Portions Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
       
     4 .TH dnssec-signkey 1M "20 Mar 2007" "SunOS 5.12" "System Administration Commands"
       
     5 .SH NAME
       
     6 dnssec-signkey \- DNSSEC key set signing tool
       
     7 .SH SYNOPSIS
       
     8 .LP
       
     9 .nf
       
    10 \fBdnssec-signkey\fR [\fB-ahp\fR] [\fB-c\fR \fIclass\fR] [\fB-e\fR \fIend-time\fR] 
       
    11      [\fB-r\fR \fIrandomdev\fR] [\fB-s\fR \fIstart-time\fR] [\fB-v\fR \fIlevel\fR] \fIkeyset\fR \fIkey\fR...
       
    12 .fi
       
    13 
       
    14 .SH DESCRIPTION
       
    15 .sp
       
    16 .LP
       
    17 The \fBdnssec-signkey\fR utility signs a keyset. Typically the keyset will be for a child zone and will have been generated by \fBdnssec-makekeyset\fR(1M). The child zone's keyset is signed with the zone keys for its parent zone. The output file is of the form \fBsignedkey\fR-\fInnnn.\fR, where \fInnnn\fR is the zone name.
       
    18 .SH OPTIONS
       
    19 .sp
       
    20 .LP
       
    21 The following options are supported:
       
    22 .sp
       
    23 .ne 2
       
    24 .mk
       
    25 .na
       
    26 \fB\fB-a\fR\fR
       
    27 .ad
       
    28 .RS 17n
       
    29 .rt  
       
    30 Verify all generated signatures.
       
    31 .RE
       
    32 
       
    33 .sp
       
    34 .ne 2
       
    35 .mk
       
    36 .na
       
    37 \fB\fB-c\fR \fIclass\fR\fR
       
    38 .ad
       
    39 .RS 17n
       
    40 .rt  
       
    41 Specify the DNS class of the key sets.
       
    42 .RE
       
    43 
       
    44 .sp
       
    45 .ne 2
       
    46 .mk
       
    47 .na
       
    48 \fB\fB-e\fR \fIend-time\fR\fR
       
    49 .ad
       
    50 .RS 17n
       
    51 .rt  
       
    52 Specify the date and time when the generated SIG records expire. As with \fIstart-time\fR, an absolute time is indicated in \fBYYYYMMDDHHMMSS\fR notation. A time relative to the start time is indicated with +\fIN\fR, which is \fIN\fR seconds from the start time. A time relative to the current time is indicated with now+\fIN\fR. If no \fIend-time\fR is specified, 30 days from the start time is used as a default.
       
    53 .RE
       
    54 
       
    55 .sp
       
    56 .ne 2
       
    57 .mk
       
    58 .na
       
    59 \fB\fB-h\fR\fR
       
    60 .ad
       
    61 .RS 17n
       
    62 .rt  
       
    63 Prints a short summary of the options and arguments to \fBdnssec-signkey()\fR.
       
    64 .RE
       
    65 
       
    66 .sp
       
    67 .ne 2
       
    68 .mk
       
    69 .na
       
    70 \fB\fB-p\fR\fR
       
    71 .ad
       
    72 .RS 17n
       
    73 .rt  
       
    74 Use pseudo-random data when signing the zone. This is faster, but less secure, than using real random data. This option may be useful when signing large zones or when the entropy source is limited.
       
    75 .RE
       
    76 
       
    77 .sp
       
    78 .ne 2
       
    79 .mk
       
    80 .na
       
    81 \fB\fB-r\fR \fIrandomdev\fR\fR
       
    82 .ad
       
    83 .RS 17n
       
    84 .rt  
       
    85 Specify the source of randomness. If the operating system does not provide a \fB/dev/random\fR or equivalent device, the default source of randomness is keyboard input. \fIrandomdev\fR specifies the name of a character device or file containing random data to be used instead of the default. The special value \fBkeyboard\fR indicates that keyboard input should be used.
       
    86 .RE
       
    87 
       
    88 .sp
       
    89 .ne 2
       
    90 .mk
       
    91 .na
       
    92 \fB\fB-s\fR \fIstart-time\fR\fR
       
    93 .ad
       
    94 .RS 17n
       
    95 .rt  
       
    96 Specify the date and time when the generated SIG records become valid. This can be either an absolute or relative time. An absolute start time is indicated by a number in \fBYYYYMMDDHHMMSS\fR notation; 20000530144500 denotes 14:45:00 UTC on May 30th, 2000. A relative start time is indicated by +\fIN\fR, which is \fIN\fR seconds from the current time. If no \fIstart-time\fR is specified, the current time is used.
       
    97 .RE
       
    98 
       
    99 .sp
       
   100 .ne 2
       
   101 .mk
       
   102 .na
       
   103 \fB\fB-v\fR \fIlevel\fR\fR
       
   104 .ad
       
   105 .RS 17n
       
   106 .rt  
       
   107 Set the debugging level.
       
   108 .RE
       
   109 
       
   110 .SH OPERANDS
       
   111 .sp
       
   112 .LP
       
   113 The following operands are supported:
       
   114 .sp
       
   115 .ne 2
       
   116 .mk
       
   117 .na
       
   118 \fB\fIkey\fR\fR
       
   119 .ad
       
   120 .RS 10n
       
   121 .rt  
       
   122 The keys used to sign the child's keyset.
       
   123 .RE
       
   124 
       
   125 .sp
       
   126 .ne 2
       
   127 .mk
       
   128 .na
       
   129 \fB\fIkeyset\fR\fR
       
   130 .ad
       
   131 .RS 10n
       
   132 .rt  
       
   133 The file containing the child's keyset.
       
   134 .RE
       
   135 
       
   136 .SH EXAMPLES
       
   137 .LP
       
   138 \fBExample 1 \fRSign the \fIkeyset\fR file for \fBexample.com\fR.
       
   139 .sp
       
   140 .LP
       
   141 The DNS administrator for a DNSSEC-aware \fB\&.com\fR zone would use the following command to sign the \fIkeyset\fR file for \fBexample.com\fR created by \fBdnssec-makekeyset\fR with a key generated by \fBdnssec-keygen\fR:
       
   142 
       
   143 .sp
       
   144 .in +2
       
   145 .nf
       
   146 dnssec-signkey keyset-example.com. Kcom.+003+51944
       
   147 .fi
       
   148 .in -2
       
   149 .sp
       
   150 
       
   151 .sp
       
   152 .LP
       
   153 In this example, \fBdnssec-signkey\fR creates the file \fBsignedkey-example.com\fR, which contains the \fBexample.com\fR keys and the signatures by the \fB\&.com\fR keys.
       
   154 
       
   155 .SH ATTRIBUTES
       
   156 .sp
       
   157 .LP
       
   158 See \fBattributes\fR(5) for descriptions of the following attributes:
       
   159 .sp
       
   160 
       
   161 .sp
       
   162 .TS
       
   163 tab() box;
       
   164 cw(2.75i) cw(2.75i) 
       
   165 lw(2.75i) lw(2.75i) 
       
   166 .
       
   167 ATTRIBUTE TYPEATTRIBUTE VALUE
       
   168 AvailabilitySUNWbind9
       
   169 Interface StabilityVolatile
       
   170 .TE
       
   171 
       
   172 .SH SEE ALSO
       
   173 .sp
       
   174 .LP
       
   175 \fBdnssec-keygen\fR(1M), \fBdnssec-makekeyset\fR(1M), \fBdnssec-signzone\fR(1M), \fBattributes\fR(5)
       
   176 .SH NOTES
       
   177 .sp
       
   178 .LP
       
   179 Source for BIND9 is available in the SUNWbind9S package.