2 .\" chktrust manual page.
3 .\" Copyright 2003 Motus Technologies
4 .\" Copyright 2004 Novell
6 .\" Sebastien Pouliot (sebastien@ximian.com)
10 chktrust \- Check the trust of a PE executable.
13 .B chktrust [options] filename
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
19 (a) the signature is valid (i.e. file integrity) and,
21 (b) the code-signing certificate can be chained back to one of the
22 certificates in the Trust store.
26 Quiet mode. Limited display on console.
29 Verbose mode. More details displayed on the console.
31 .I "-help", "-h", "-?", "/?"
32 Display help about this tool.
33 .SH KNOWN RESTRICTIONS
34 chktrust cannot validate Authenticode signatures on CAB files.
36 Written by Sebastien Pouliot
38 Copyright (C) 2003 Motus Technologies.
39 Copyright (C) 2004 Novell.
40 Released under BSD license.
42 Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
44 Visit http://www.mono-project.com for details
46 .BR signcode(1), makecert(1), certmgr(1), setreg(1)