Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / chktrust.1
1 .\" 
2 .\" chktrust manual page.
3 .\" Copyright 2003 Motus Technologies
4 .\" Copyright 2004 Novell
5 .\" Author:
6 .\"   Sebastien Pouliot (sebastien@ximian.com)
7 .\"
8 .TH Mono "chktrust"
9 .SH NAME
10 chktrust \- Check the trust of a PE executable.
11 .SH SYNOPSIS
12 .PP
13 .B chktrust [options] filename
14 .SH DESCRIPTION
15 Verify if an PE executable (CLR assembly, Win32 EXE or DLL) has a valid 
16 Authenticode(r) signature that can be traced back to a trusted certificate
17 authority (CA). This means that
18 .TP
19 (a) the signature is valid (i.e. file integrity) and,
20 .TP
21 (b) the code-signing certificate can be chained back to one of the 
22 certificates in the Trust store.
23 .SH OPTIONS
24 .TP
25 .I "-q", "-quiet"
26 Quiet mode. Limited display on console.
27 .TP
28 .I "-v", "-verbose"
29 Verbose mode. More details displayed on the console.
30 .TP
31 .I "-help", "-h", "-?", "/?"
32 Display help about this tool.
33 .SH KNOWN RESTRICTIONS
34 chktrust cannot validate Authenticode signatures on CAB files.
35 .SH AUTHOR
36 Written by Sebastien Pouliot
37 .SH COPYRIGHT
38 Copyright (C) 2003 Motus Technologies. 
39 Copyright (C) 2004 Novell. 
40 Released under BSD license.
41 .SH MAILING LISTS
42 Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
43 .SH WEB SITE
44 Visit http://www.mono-project.com for details
45 .SH SEE ALSO
46 .BR signcode(1), makecert(1), certmgr(1), setreg(1)