Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/codesign/signit.1.man.txt
+++ new/usr/src/tools/codesign/signit.1onbld.man.txt
1 -signit(1) User Commands signit(1)
1 +signit(1ONBLD) illumos Build Tools signit(1ONBLD)
2 2
3 3
4 4
5 5 NAME
6 6 signit - sign files using code signing server
7 7
8 8 SYNOPSIS
9 9 signit [-q] [-i dir] [-o dir] [-l user]
10 10
11 11 DESCRIPTION
12 12 signit is the client program for use with Sun's code signing server. It
13 13 reads a list of signing credential names and relative pathnames from
14 14 standard input. Each file is read from the input directory, sent to the
15 15 signing server, signed with the specified credential, and written to
16 16 the output directory.
17 17
18 18 OPTIONS
19 19 The following options are supported:
20 20
21 21 -q Quiet operation: This option suppresses printing the names of files
22 22 that are signed successfully.
23 23
24 24 -i dir
25 25 Specifies the base input directory from which the relative
26 26 pathnames of files to be signed are interpreted. If not specified,
27 27 the input directory defaults to the current directory.
28 28
29 29 -o dir
30 30 Specifies the base output directory to which signed files are
31 31 written. If not specified, the output directory matches the input
32 32 directory.
33 33
34 34 -l user
35 35 Specifies the user login name on the code signing server. If not
36 36 specified, the login name of the user running signit is used.
37 37
38 38 ENVIRONMENT
39 39 CODESIGN_SERVER
40 40 Specifies the hostname or IP address of the code signing server. If
↓ open down ↓ |
29 lines elided |
↑ open up ↑ |
41 41 this variable is not set, it defaults to quill.sfbay.
42 42
43 43 EXIT STATUS
44 44 The following exit status values are returned:
45 45
46 46 0 All specified files were signed successfully.
47 47
48 48 1 One or more files were not signed successfully.
49 49
50 50 SEE ALSO
51 - signproto(1)
51 + signproto(1ONBLD)
52 52
53 53
54 54
55 - 13 June 2007 signit(1)
55 + 13 June 2007 signit(1ONBLD)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX