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/signproto.1.man.txt
+++ new/usr/src/tools/codesign/signproto.1onbld.man.txt
1 -signproto(1) User Commands signproto(1)
1 +signproto(1ONBLD) illumos Build Tools signproto(1ONBLD)
2 2
3 3
4 4
5 5 NAME
6 6 signproto - sign ELF objects in proto area
7 7
8 8 SYNOPSIS
9 9 signproto cred_file
10 10
11 11 DESCRIPTION
12 12 signproto finds ELF objects in the ON proto area and re-signs them
13 - using signit(1). This operation is normally invoked only for release
14 - builds, as it replaces the internal development signatures with
13 + using signit(1ONBLD). This operation is normally invoked only for
14 + release builds, as it replaces the internal development signatures with
15 15 official Sun signatures. The actual signing using Sun's private key is
16 16 performed by a code signing server which is accessed via signit.
17 17
18 18 Cryptographic modules are identified by examining the signature
19 19 embedded by elfsign(1) during the build process. signproto requires a
20 20 single command-line argument, which is a file containing the mapping
21 21 between each signing server credential name and the Subject
22 22 Distinguished Name (DN) of the certificate used to sign the ELF file.
23 23 Each line in the file contains a credential name followed by a regular
24 24 expression. The first regular expression that matches the Subject DN
25 25 embedded in the ELF file determines the credential name passed to
26 26 signit to re-sign the file.
↓ open down ↓ |
2 lines elided |
↑ open up ↑ |
27 27
28 28 ENVIRONMENT
29 29 CODESIGN_USER
30 30 Login name for the code signing server passed to signit . If this
31 31 variable is not set, the value in LOGNAME is used instead.
32 32
33 33 ROOT
34 34 Location of ON proto area containing files to be signed.
35 35
36 36 SEE ALSO
37 - signit(1), elfsign(1)
37 + signit(1ONBLD), elfsign(1)
38 38
39 39
40 40
41 - 13 June 2007 signproto(1)
41 + 13 June 2007 signproto(1ONBLD)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX