Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2003-01-24 05:47:00 +0300
committerSebastien Pouliot <sebastien@ximian.com>2003-01-24 05:47:00 +0300
commitd04a876547d9173b9d9545743e43b9ba5b8426f9 (patch)
treee8e166e027c56a09383f179d769a6ed792351134 /man/cert2spc.1
parentcf13915eb778acd00931d1eb2170dc4c7316e3c1 (diff)
2003-01-23 Sebastien Pouliot <spouliot@videotron.ca>
* cert2spc.1: man page for cert2spc tool * secutil.1: man page for secutil tool svn path=/trunk/mono/; revision=10855
Diffstat (limited to 'man/cert2spc.1')
-rw-r--r--man/cert2spc.142
1 files changed, 42 insertions, 0 deletions
diff --git a/man/cert2spc.1 b/man/cert2spc.1
new file mode 100644
index 00000000000..9329e9da3c4
--- /dev/null
+++ b/man/cert2spc.1
@@ -0,0 +1,42 @@
+.\"
+.\" cert2spc manual page.
+.\" Copyright 2002, 2003 Motus Technologies
+.\" Author:
+.\" Sebastien Pouliot (spouliot@motus.com)
+.\"
+.TH Mono "cert2spc"
+.SH NAME
+cert2spc \- Transform multiple X.509 certificates to a Software
+Publisher Certificate
+.SH SYNOPSIS
+.PP
+.B cert2spc certificate|crl [certificate|crl ...] outputfile.spc
+.SH DESCRIPTION
+Combine a list of X.509 certificates or X.509 CRL (Certificate
+Revocation List) into a Software Publisher Certificate (PKCS#7
+file). The SPC file is required for signing a PE file (like an
+assembly) using signcode.
+.SH PARAMETERS
+.TP
+.I "certificate"
+One (or more) X.509 certificate to add (space separated).
+.TP
+.I "crl"
+One (or more) X.509 CRL to add (space separated).
+.TP
+.I "output.spc"
+Software Publisher Certificate to output. If the specified file
+exists it will be overwritten.
+.SH AUTHOR
+Written by Sebastien Pouliot
+.SH COPYRIGHT
+Copyright (C) 2002, 2003 Motus Technologies.
+Released under BSD license.
+.SH MAILING LISTS
+Visit http://mail.ximian.com/mailman/mono-list for details.
+.SH WEB SITE
+Visit: http://www.go-mono.com for details
+.SH SEE ALSO
+.BR makecert(1), signcode(1)
+
+