1Mono(chktrust)                                                  Mono(chktrust)
2
3
4

NAME

6       chktrust - Check the trust of a PE executable.
7

SYNOPSIS

9       chktrust [options] filename
10

DESCRIPTION

12       Verify if an PE executable (CLR assembly, Win32 EXE or DLL) has a valid
13       Authenticode(r) signature that can be traced back to a trusted certifiā€
14       cate authority (CA). This means that
15
16       (a) the signature is valid (i.e. file integrity) and,
17
18       (b) the code-signing certificate can be chained back to one of the
19              certificates in the Trust store.
20

OPTIONS

22       -q , -quiet
23              Quiet mode. Limited display on console.
24
25       -v , -verbose
26              Verbose mode. More details displayed on the console.
27
28       -help , -h , -? , /?
29              Display help about this tool.
30

KNOWN RESTRICTIONS

32       chktrust cannot validate Authenticode signatures on CAB files.
33

AUTHOR

35       Written by Sebastien Pouliot
36
38       Copyright  (C)  2003  Motus  Technologies.   Copyright (C) 2004 Novell.
39       Released under BSD license.
40

MAILING LISTS

42       Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
43

WEB SITE

45       Visit http://www.mono-project.com for details
46

SEE ALSO

48       signcode(1),makecert(1),certmgr(1),setreg(1)
49
50
51
52                                                                Mono(chktrust)
Impressum