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>
   1 signit(1ONBLD)                illumos Build Tools               signit(1ONBLD)
   2 
   3 
   4 
   5 NAME
   6        signit - sign files using code signing server
   7 
   8 SYNOPSIS
   9        signit [-q] [-i dir] [-o dir] [-l user]
  10 
  11 DESCRIPTION
  12        signit is the client program for use with Sun's code signing server. It
  13        reads a list of signing credential names and relative pathnames from
  14        standard input. Each file is read from the input directory, sent to the
  15        signing server, signed with the specified credential, and written to
  16        the output directory.
  17 
  18 OPTIONS
  19        The following options are supported:
  20 
  21        -q  Quiet operation: This option suppresses printing the names of files


  35            Specifies the user login name on the code signing server. If not
  36            specified, the login name of the user running signit is used.
  37 
  38 ENVIRONMENT
  39        CODESIGN_SERVER
  40            Specifies the hostname or IP address of the code signing server. If
  41            this variable is not set, it defaults to quill.sfbay.
  42 
  43 EXIT STATUS
  44        The following exit status values are returned:
  45 
  46        0   All specified files were signed successfully.
  47 
  48        1   One or more files were not signed successfully.
  49 
  50 SEE ALSO
  51        signproto(1ONBLD)
  52 
  53 
  54 
  55                                  13 June 2007                   signit(1ONBLD)
   1 SIGNIT(1ONBLD)                illumos Build Tools               SIGNIT(1ONBLD)
   2 
   3 
   4 
   5 NAME
   6        signit - sign files using code signing server
   7 
   8 SYNOPSIS
   9        signit [-q] [-i dir] [-o dir] [-l user]
  10 
  11 DESCRIPTION
  12        signit is the client program for use with Sun's code signing server. It
  13        reads a list of signing credential names and relative pathnames from
  14        standard input. Each file is read from the input directory, sent to the
  15        signing server, signed with the specified credential, and written to
  16        the output directory.
  17 
  18 OPTIONS
  19        The following options are supported:
  20 
  21        -q  Quiet operation: This option suppresses printing the names of files


  35            Specifies the user login name on the code signing server. If not
  36            specified, the login name of the user running signit is used.
  37 
  38 ENVIRONMENT
  39        CODESIGN_SERVER
  40            Specifies the hostname or IP address of the code signing server. If
  41            this variable is not set, it defaults to quill.sfbay.
  42 
  43 EXIT STATUS
  44        The following exit status values are returned:
  45 
  46        0   All specified files were signed successfully.
  47 
  48        1   One or more files were not signed successfully.
  49 
  50 SEE ALSO
  51        signproto(1ONBLD)
  52 
  53 
  54 
  55                                  June 13, 2007                  SIGNIT(1ONBLD)