2004-02-25 Marek Safar <marek.safar@seznam.cz>
[mono.git] / man / chktrust.1
1 .\" 
2 .\" chktrust manual page.
3 .\" Copyright 2003 Motus Technologies
4 .\" Author:
5 .\"   Sebastien Pouliot (spouliot@motus.com)
6 .\"
7 .TH Mono "chktrust"
8 .SH NAME
9 chktrust \- Check the trust of a PE executable.
10 .SH SYNOPSIS
11 .PP
12 .B chktrust [options] filename
13 .SH DESCRIPTION
14 Verify if an PE executable (CLR assembly, Win32 EXE or DLL) has a valid 
15 Authenticode(r) signature that can be traced back to a trusted certificate
16 authority (CA).
17 .SH OPTIONS
18 .TP
19 .I "-q", "-quiet"
20 Limited display on console.
21 .TP
22 .I "-v", "-verbose"
23 More details displayed on the console.
24 .TP
25 .I "-help", "-h", "-?", "/?"
26 Display help about this tool.
27 .SH AUTHOR
28 Written by Sebastien Pouliot
29 .SH COPYRIGHT
30 Copyright (C) 2003 Motus Technologies. 
31 Released under BSD license.
32 .SH MAILING LISTS
33 Visit http://mail.ximian.com/mailman/mono-list for details.
34 .SH WEB SITE
35 Visit: http://www.go-mono.com for details
36 .SH SEE ALSO
37 .BR signcode(1), makecert(1)