Welcome to mirror list, hosted at ThFree Co, Russian Federation.

crlupdate.1 « man - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b60c6f708b83ded5d39917eb52fb26f1fd48504a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.\" 
.\" crlupdate manual page.
.\" 
.\" Author:
.\"   Sebastien Pouliot  <sebastien@ximian.com>
.\" 
.\" Copyright (C) 2011 Novell, Inc (http://www.novell.com)
.\"
.TH Mono "crlupdate"
.SH NAME
crlupdate \- Mono Certficate Revocation List Downloader and Updater
.SH SYNOPSIS
.PP
.B crlupdate [-m] [-v] [-f]
.SH DESCRIPTION
This tool allows the download of new, or update of existing, Certficate 
Revocation List (CRL) associated with the certificates present in the 
user (default) or machine stores. The CRL present in the stores are used
to determine the validity of unexpired, trusted X.509 certificates.
To ensure CRL are always fresh consider automating the updates using the
\fIat\fR (or similar) command(s).
.SH OPTIONS
.TP
.I "-m"
Update CRL associated with certificates in the machine store. By default
the tool works on the user store.
.TP
.I "-v"
Verbose mode. Display extra information while downloading and updating
the CRL.
.TP
.I "-f"
Force the download of all CRL even if they are not normally due to be 
updated (i.e. nextUpdate is still in the future).

.SH EXAMPLES
.TP
.B mono crlupdate.exe
Download (if missing) or update (if existing and past due date) all CRL
associated with certificates present in user store.
.TP
.B mono crlupdate.exe -f -m
Force the download of every CRL associated with certificates present in
the machine store. Note that the user running this needs read/write 
access to the machine store or update will not occur.

.SH AUTHOR
Written by Sebastien Pouliot
.SH COPYRIGHT
Copyright (C) 2011 Novell.
.SH MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
.BR certmgr(1), at(1)