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>2005-07-01 17:56:58 +0400
committerSebastien Pouliot <sebastien@ximian.com>2005-07-01 17:56:58 +0400
commitb151a9ae3726ac170b4f0c447939481d5c2a305e (patch)
treeafb0ebaea29ffb09953df6b6dd2a6721ddf7019d /man/makecert.1
parentaa19e865dd11e7430870ca62bcf8b0b4bf2febcf (diff)
Added documentation about the new PKCS#12 support in makecert
svn path=/trunk/mono/; revision=46830
Diffstat (limited to 'man/makecert.1')
-rwxr-xr-xman/makecert.110
1 files changed, 8 insertions, 2 deletions
diff --git a/man/makecert.1 b/man/makecert.1
index 1ab9ff7382b..006341ffd85 100755
--- a/man/makecert.1
+++ b/man/makecert.1
@@ -1,7 +1,7 @@
.\"
.\" makecert manual page.
.\" Copyright 2003 Motus Technologies
-.\" Copyright 2004 Novell
+.\" Copyright 2004-2005 Novell
.\" Author:
.\" Sebastien Pouliot (sebastien@ximian.com)
.\"
@@ -107,6 +107,12 @@ issued under this authority.
.I "-eku oid[,oid]"
Add some extended key usage OID to the certificate.
.TP
+.I "-p12 pkcs12file password"
+Create a new PKCS#12 file containing both the certificates (the subject and
+possibly the issuer's) and the private key. The PKCS#12 file is protected
+with the specified password. This option is
+.B mono exclusive.
+.TP
.I "-?"
Help (display this help message)
.TP
@@ -153,7 +159,7 @@ Compared to the Windows version some options aren't supported (-$, -d, -l,
Written by Sebastien Pouliot
.SH COPYRIGHT
Copyright (C) 2003 Motus Technologies.
-Copyright (C) 2004 Novell.
+Copyright (C) 2004-2005 Novell.
Released under BSD license.
.SH MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.