2004-02-26 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / man / certmgr.1
1 .\" 
2 .\" certmgr manual page.
3 .\" Copyright 2004 Novell
4 .\" Author:
5 .\"   Sebastien Pouliot <sebastien@ximian.com>
6 .\"
7 .TH Mono "certmgr"
8 .SH NAME
9 certmgr \- Mono Certificate Manager (CLI version)
10 .SH SYNOPSIS
11 .PP
12 .B certmgr [action] [object type] [options] store [filename]
13 .SH DESCRIPTION
14 This tool allow to add, remove or extract certificates, certificate revocation 
15 lists (CRL) or certificate trust lists (CTL) to/from a certificate store. 
16 Certificate stores are used to build and validate certificate chains for 
17 Authenticode(r) code signing validation and SSL server certificates.
18 .SH ACTIONS
19 .TP
20 .I "-add"
21 Add a certificate, CRL or CTL to specified store.
22 .TP
23 .I "-del"
24 Remove a certificate, CRL or CTL from specified store.
25 .TP
26 .I "-put"
27 Copy a certificate, CRL or CTL from a store to a file.
28 .SH OBJECT TYPES
29 .TP
30 .I "-c", "-cert", "-certificate"
31 Add, Delete or Put certificates. That is the specified file must/will contains
32 X.509 certificates in DER binary encoding.
33 .TP
34 .I "-crl"
35 Add, Delete or Put certificate revocation lists (CRL). That is the specified 
36 file must/will contains X.509 CRL in DER binary encoding.
37 .TP
38 .I "-ctl"
39 Add, Delete or Put certificate trust lists (CRL). UNSUPPORTED.
40 .SH OPTIONS
41 .TP
42 .I "-v", "-verbose"
43 More details displayed on the console.
44 .TP
45 .I "-help", "-h", "-?", "/?"
46 Display help about this tool.
47 .SH AUTHOR
48 Written by Sebastien Pouliot
49 .SH COPYRIGHT
50 Copyright (C) 2004 Novell.
51 .SH MAILING LISTS
52 Visit http://mail.ximian.com/mailman/mono-list for details.
53 .SH WEB SITE
54 Visit: http://www.go-mono.com for details
55 .SH SEE ALSO
56 .BR makecert(1), setreg(1)