2 .\" cert2spc manual page.
3 .\" Copyright 2002, 2003 Motus Technologies
5 .\" Sebastien Pouliot (spouliot@motus.com)
9 cert2spc \- Transform multiple X.509 certificates to a Software
13 .B cert2spc certificate|crl [certificate|crl ...] outputfile.spc
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.
22 One (or more) X.509 certificate to add (space separated).
25 One (or more) X.509 CRL to add (space separated).
28 Software Publisher Certificate to output. If the specified file
29 exists it will be overwritten.
31 Written by Sebastien Pouliot
33 Copyright (C) 2002, 2003 Motus Technologies.
34 Released under BSD license.
36 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
38 Visit http://www.mono-project.com for details
40 .BR makecert(1), signcode(1)