2004-04-09 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / man / signcode.1
index 3a65fd4b65dff490c6f201730955eeb33d94ea1f..1226d55c1b914a9b23eb92c7453a3314377f9514 100755 (executable)
@@ -1,8 +1,9 @@
 .\" 
 .\" signcode manual page.
 .\" Copyright 2003 Motus Technologies
+.\" Copyright 2004 Novell
 .\" Author:
-.\"   Sebastien Pouliot (spouliot@motus.com)
+.\"   Sebastien Pouliot (sebastien@ximian.com)
 .\"
 .TH Mono "signcode"
 .SH NAME
@@ -13,7 +14,8 @@ signcode \- Digitally sign an PE executable using an X.509 certificate.
 .SH DESCRIPTION
 Digitally sign an PE executable (CLR assembly, Win32 EXE or DLL) using an 
 X.509 certificate and it's associated private key. The signature is compatible
-with Authenticode(r) and can be validated with chktrust.
+with Authenticode(r) and can be validated with chktrust (either on Windows or
+on any platform supported by Mono).
 .SH OPTIONS
 .TP
 .I "-spc spcfile"
@@ -48,7 +50,7 @@ had a valid (non-expired) certificate when the PE executable was signed.
 .I "-tr #"
 Number of retries to get a timestamp for the countersignature.
 .TP
-.I "-td #"
+.I "-tw #"
 Delay (in seconds) between the retries to get a timestamp for the countersignature.
 .TP
 .I "-k name"
@@ -68,10 +70,20 @@ CryptoAPI key location (when not using -v).
 .TP
 .I "-help", "-h", "-?", "/?"
 Display help about this tool.
+.SH OTHER CODE SIGNING TECHNOLOGIES
+Assemblies are PE files that can also be strongnamed using the sn.exe tool. The 
+order of code signature is important if a file requires both an Authenticode 
+and a strongname signature. Strongname must be applied before the Authenticode 
+signature. Applying a strongname after the Authenticode signature, like 
+re-signing an assembly (e.g. delay-sign), will invalidate the Authenticode 
+signature.
+.SH KNOWN RESTRICTIONS
+signcode cannot generate Authenticode signatures for CAB files.
 .SH AUTHOR
 Written by Sebastien Pouliot
 .SH COPYRIGHT
 Copyright (C) 2003 Motus Technologies. 
+Copyright (C) 2004 Novell.
 Released under BSD license.
 .SH MAILING LISTS
 Visit http://mail.ximian.com/mailman/mono-list for details.