Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / crlupdate.1
1 .\" 
2 .\" crlupdate manual page.
3 .\" 
4 .\" Author:
5 .\"   Sebastien Pouliot  <sebastien@ximian.com>
6 .\" 
7 .\" Copyright (C) 2011 Novell, Inc (http://www.novell.com)
8 .\"
9 .TH Mono "crlupdate"
10 .SH NAME
11 crlupdate \- Mono Certficate Revocation List Downloader and Updater
12 .SH SYNOPSIS
13 .PP
14 .B crlupdate [-m] [-v] [-f]
15 .SH DESCRIPTION
16 This tool allows the download of new, or update of existing, Certficate 
17 Revocation List (CRL) associated with the certificates present in the 
18 user (default) or machine stores. The CRL present in the stores are used
19 to determine the validity of unexpired, trusted X.509 certificates.
20 To ensure CRL are always fresh consider automating the updates using the
21 \fIat\fR (or similar) command(s).
22 .SH OPTIONS
23 .TP
24 .I "-m"
25 Update CRL associated with certificates in the machine store. By default
26 the tool works on the user store.
27 .TP
28 .I "-v"
29 Verbose mode. Display extra information while downloading and updating
30 the CRL.
31 .TP
32 .I "-f"
33 Force the download of all CRL even if they are not normally due to be 
34 updated (i.e. nextUpdate is still in the future).
35
36 .SH EXAMPLES
37 .TP
38 .B mono crlupdate.exe
39 Download (if missing) or update (if existing and past due date) all CRL
40 associated with certificates present in user store.
41 .TP
42 .B mono crlupdate.exe -f -m
43 Force the download of every CRL associated with certificates present in
44 the machine store. Note that the user running this needs read/write 
45 access to the machine store or update will not occur.
46
47 .SH AUTHOR
48 Written by Sebastien Pouliot
49 .SH COPYRIGHT
50 Copyright (C) 2011 Novell.
51 .SH MAILING LISTS
52 Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
53 .SH WEB SITE
54 Visit http://www.mono-project.com for details
55 .SH SEE ALSO
56 .BR certmgr(1), at(1)