Print this page
6282 ONBLD man pages not pbchk clean
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/codesign/signit.1onbld
          +++ new/usr/src/tools/codesign/signit.1onbld
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  .\" If applicable, add the following below this CDDL HEADER, with the
  16   16  .\" fields enclosed by brackets "[]" replaced with your own identifying
  17   17  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  .\"
  19   19  .\" CDDL HEADER END
  20   20  .\"
  21   21  .\" Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  22   22  .\" Use is subject to license terms.
  23   23  .\"
  24      -.TH signit 1ONBLD "13 June 2007"
       24 +.TH SIGNIT 1ONBLD "Jun 13, 2007"
  25   25  .SH NAME
  26   26  .I signit
  27   27  \- sign files using code signing server
  28   28  .SH SYNOPSIS
  29   29  \fBsignit [-q] [-i dir] [-o dir] [-l user]\fP
  30      -.LP
  31   30  .SH DESCRIPTION
  32      -.IX "OS-Net build tools" "signit" "" "\fBsignit\fP"
  33   31  .LP
  34   32  .I signit
  35   33  is the client program for use with Sun's code signing server. It
  36   34  reads a list of signing credential names and relative pathnames
  37   35  from standard input. Each file is read from the input directory,
  38   36  sent to the signing server, signed with the specified credential,
  39   37  and written to the output directory.
  40      -.LP
  41   38  .SH OPTIONS
  42   39  .LP
  43   40  The following options are supported:
  44   41  .TP 4
  45   42  .B \-q
  46   43  Quiet operation: This option suppresses printing the names of files
  47   44  that are signed successfully.
  48      -.LP
  49   45  .TP 4
  50   46  .B -i \fIdir\fP
  51   47  Specifies the base input directory from which the relative pathnames
  52   48  of files to be signed are interpreted. If not specified, the
  53   49  input directory defaults to the current directory.
  54      -.LP
  55   50  .TP 4
  56   51  .B -o \fIdir\fP
  57   52  Specifies the base output directory to which signed files
  58   53  are written.  If not specified, the
  59   54  output directory matches the input directory.
  60      -.LP
  61   55  .TP 4
  62   56  .B -l \fIuser\fP
  63   57  Specifies the user login name on the code signing server. If not
  64   58  specified, the login name of the user running
  65   59  .I signit
  66   60  is used.
  67      -.LP
  68   61  .SH ENVIRONMENT
  69      -.LP
  70   62  .TP 4
  71   63  .B CODESIGN_SERVER
  72   64  Specifies the hostname or IP address of the code signing server. If
  73   65  this variable is not set, it defaults to quill.sfbay.
  74      -.LP
  75   66  .SH EXIT STATUS
  76   67  .LP
  77   68  The following exit status values are returned:
  78   69  .IP "\fB0\fR" 4
  79      -.IX Item "0"
  80   70  All specified files were signed successfully.
  81   71  .IP "\fB1\fR" 4
  82      -.IX Item "1"
  83   72  One or more files were not signed successfully.
  84      -.LP
  85   73  .SH SEE ALSO
  86   74  .LP
  87   75  signproto(1ONBLD)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX