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 22 that are signed successfully. 23 24 -i dir 25 Specifies the base input directory from which the relative 26 pathnames of files to be signed are interpreted. If not specified, 27 the input directory defaults to the current directory. 28 29 -o dir 30 Specifies the base output directory to which signed files are 31 written. If not specified, the output directory matches the input 32 directory. 33 34 -l user 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)