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>2004-02-27 01:08:01 +0300
committerSebastien Pouliot <sebastien@ximian.com>2004-02-27 01:08:01 +0300
commitff868eb33cc3480a490308fbc7e21e2dac4349ee (patch)
treedd78525211ee4c1f04d1c0b8ec49ad3bacaa6d14 /man/certmgr.1
parentd0174bee8d814624143574532abb9c4bbea64824 (diff)
2004-02-26 Sebastien Pouliot <sebastien@ximian.com>
* certmgr.1, setreg.1: New. Man files for new security tools. * man.xml: updated to include new tools certmgr and setreg. * Makefile.am: update to include certmgr and setreg. svn path=/trunk/mono/; revision=23509
Diffstat (limited to 'man/certmgr.1')
-rwxr-xr-xman/certmgr.156
1 files changed, 56 insertions, 0 deletions
diff --git a/man/certmgr.1 b/man/certmgr.1
new file mode 100755
index 00000000000..16e874797a7
--- /dev/null
+++ b/man/certmgr.1
@@ -0,0 +1,56 @@
+.\"
+.\" certmgr manual page.
+.\" Copyright 2004 Novell
+.\" Author:
+.\" Sebastien Pouliot <sebastien@ximian.com>
+.\"
+.TH Mono "certmgr"
+.SH NAME
+certmgr \- Mono Certificate Manager (CLI version)
+.SH SYNOPSIS
+.PP
+.B certmgr [action] [object type] [options] store [filename]
+.SH DESCRIPTION
+This tool allow to add, remove or extract certificates, certificate revocation
+lists (CRL) or certificate trust lists (CTL) to/from a certificate store.
+Certificate stores are used to build and validate certificate chains for
+Authenticode(r) code signing validation and SSL server certificates.
+.SH ACTIONS
+.TP
+.I "-add"
+Add a certificate, CRL or CTL to specified store.
+.TP
+.I "-del"
+Remove a certificate, CRL or CTL from specified store.
+.TP
+.I "-put"
+Copy a certificate, CRL or CTL from a store to a file.
+.SH OBJECT TYPES
+.TP
+.I "-c", "-cert", "-certificate"
+Add, Delete or Put certificates. That is the specified file must/will contains
+X.509 certificates in DER binary encoding.
+.TP
+.I "-crl"
+Add, Delete or Put certificate revocation lists (CRL). That is the specified
+file must/will contains X.509 CRL in DER binary encoding.
+.TP
+.I "-ctl"
+Add, Delete or Put certificate trust lists (CRL). UNSUPPORTED.
+.SH OPTIONS
+.TP
+.I "-v", "-verbose"
+More details displayed on the console.
+.TP
+.I "-help", "-h", "-?", "/?"
+Display help about this tool.
+.SH AUTHOR
+Written by Sebastien Pouliot
+.SH COPYRIGHT
+Copyright (C) 2004 Novell.
+.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), setreg(1)