1Mono(cert2spc) Mono(cert2spc)
2
3
4
6 cert2spc - Transform multiple X.509 certificates to a Software Pub‐
7 lisher Certificate
8
10 cert2spc certificate|crl [certificate|crl ...] outputfile.spc
11
13 Combine a list of X.509 certificates or X.509 CRL (Certificate Revoca‐
14 tion List) into a Software Publisher Certificate (PKCS#7 file). The SPC
15 file is required for signing a PE file (like an assembly) using sign‐
16 code.
17
19 certificate
20 One (or more) X.509 certificate to add (space separated).
21
22 crl One (or more) X.509 CRL to add (space separated).
23
24 output.spc
25 Software Publisher Certificate to output. If the specified file
26 exists it will be overwritten.
27
29 Written by Sebastien Pouliot
30
32 Copyright (C) 2002, 2003 Motus Technologies. Released under BSD
33 license.
34
36 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for
37 details.
38
40 Visit http://www.mono-project.com for details
41
43 makecert(1),[22msigncode(1)
44
45
46
47
48
49 Mono(cert2spc)