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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2003-10-12 19:47:17 +0400
committerSebastien Pouliot <sebastien@ximian.com>2003-10-12 19:47:17 +0400
commitd42916d11d74b5072b3e748dbdb6fc59e676c9ce (patch)
tree80033d309d269e7e707de0579ff723e7eaea6828 /man/chktrust.1
parenta7880856f73a52fe6f854114f2c6a308c2903b69 (diff)
2003-10-12 Sebastien Pouliot <spouliot@videotron.ca>
* chktrust.1: New. Man page for Authenticode chktrust.exe * signcode.1: New. Man page for Authenticode signcode.exe * sn.1: New. Man page for StrongName sn.exe * man.xml: Added new (and missing) entries. svn path=/trunk/mono/; revision=18911
Diffstat (limited to 'man/chktrust.1')
-rwxr-xr-xman/chktrust.137
1 files changed, 37 insertions, 0 deletions
diff --git a/man/chktrust.1 b/man/chktrust.1
new file mode 100755
index 00000000000..15914692f5d
--- /dev/null
+++ b/man/chktrust.1
@@ -0,0 +1,37 @@
+.\"
+.\" chktrust manual page.
+.\" Copyright 2003 Motus Technologies
+.\" Author:
+.\" Sebastien Pouliot (spouliot@motus.com)
+.\"
+.TH Mono "chktrust"
+.SH NAME
+chktrust \- Check the trust of a PE executable.
+.SH SYNOPSIS
+.PP
+.B chktrust [options] filename
+.SH DESCRIPTION
+Verify if an PE executable (CLR assembly, Win32 EXE or DLL) has a valid
+Authenticode(r) signature that can be traced back to a trusted certificate
+authority (CA).
+.SH OPTIONS
+.TP
+.I "-q", "-quiet"
+Limited display on console.
+.TP
+.I "-v", "-verbose"
+More details displayed on the console.
+.TP
+.I "-help", "-h", "-?", "/?"
+Display help about this tool.
+.SH AUTHOR
+Written by Sebastien Pouliot
+.SH COPYRIGHT
+Copyright (C) 2003 Motus Technologies.
+Released under BSD license.
+.SH MAILING LISTS
+Visit http://mail.ximian.com/mailman/mono-list for details.
+.SH WEB SITE
+Visit: http://www.go-mono.com for details
+.SH SEE ALSO
+.BR signcode(1), makecert(1)