2 .\" crlupdate manual page.
5 .\" Sebastien Pouliot <sebastien@ximian.com>
7 .\" Copyright (C) 2011 Novell, Inc (http://www.novell.com)
11 crlupdate \- Mono Certficate Revocation List Downloader and Updater
14 .B crlupdate [-m] [-v] [-f]
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).
25 Update CRL associated with certificates in the machine store. By default
26 the tool works on the user store.
29 Verbose mode. Display extra information while downloading and updating
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).
39 Download (if missing) or update (if existing and past due date) all CRL
40 associated with certificates present in user store.
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 not update will occur.
48 Written by Sebastien Pouliot
50 Copyright (C) 2011 Novell.
52 Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
54 Visit http://www.mono-project.com for details