signit(1ONBLD) illumos Build Tools signit(1ONBLD)

NAME

signit - sign files using code signing server

SYNOPSIS

signit [-q] [-i dir] [-o dir] [-l user]

DESCRIPTION

signit is the client program for use with Sun's code signing server. It reads a list of signing credential names and relative pathnames from standard input. Each file is read from the input directory, sent to the signing server, signed with the specified credential, and written to the output directory.

OPTIONS

The following options are supported:
-q
Quiet operation: This option suppresses printing the names of files that are signed successfully.
-i dir
Specifies the base input directory from which the relative pathnames of files to be signed are interpreted. If not specified, the input directory defaults to the current directory.
-o dir
Specifies the base output directory to which signed files are written. If not specified, the output directory matches the input directory.
-l user
Specifies the user login name on the code signing server. If not specified, the login name of the user running signit is used.

ENVIRONMENT

CODESIGN_SERVER
Specifies the hostname or IP address of the code signing server. If this variable is not set, it defaults to quill.sfbay.

EXIT STATUS

The following exit status values are returned:
0
All specified files were signed successfully.
1
One or more files were not signed successfully.

SEE ALSO

signproto(1ONBLD)
13 June 2007