Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / cert2spc.1
1 .\" 
2 .\" cert2spc manual page.
3 .\" Copyright 2002, 2003 Motus Technologies
4 .\" Author:
5 .\"   Sebastien Pouliot (spouliot@motus.com)
6 .\"
7 .TH Mono "cert2spc"
8 .SH NAME
9 cert2spc \- Transform multiple X.509 certificates to a Software 
10 Publisher Certificate
11 .SH SYNOPSIS
12 .PP
13 .B cert2spc certificate|crl [certificate|crl ...] outputfile.spc
14 .SH DESCRIPTION
15 Combine a list of X.509 certificates or X.509 CRL (Certificate 
16 Revocation List) into a Software Publisher Certificate (PKCS#7
17 file). The SPC file is required for signing a PE file (like an
18 assembly) using signcode.
19 .SH PARAMETERS
20 .TP
21 .I "certificate"
22 One (or more) X.509 certificate to add (space separated).
23 .TP
24 .I "crl"
25 One (or more) X.509 CRL to add (space separated).
26 .TP
27 .I "output.spc"
28 Software Publisher Certificate to output. If the specified file 
29 exists it will be overwritten.
30 .SH AUTHOR
31 Written by Sebastien Pouliot
32 .SH COPYRIGHT
33 Copyright (C) 2002, 2003 Motus Technologies. 
34 Released under BSD license.
35 .SH MAILING LISTS
36 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
37 .SH WEB SITE
38 Visit http://www.mono-project.com for details
39 .SH SEE ALSO
40 .BR makecert(1), signcode(1)
41
42