2006-08-17 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 17 Aug 2006 12:10:44 +0000 (12:10 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 17 Aug 2006 12:10:44 +0000 (12:10 -0000)
* sn.1: Document the (new - 1.1.17) support for PKCS#12/PFX password
protected files to sign assemblies.

svn path=/trunk/mono/; revision=63905

man/ChangeLog
man/sn.1

index 558403c067fcd785cf1a70e118e98799ffee3478..1cf4a580dc7607ea2d69cf2f14b5d89e77a77ac8 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * sn.1: Document the (new - 1.1.17) support for PKCS#12/PFX password
+       protected files to sign assemblies.
+
 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
 
        * mono.1 : MONO_LOCAL_EVENTLOG_PATH -> MONO_EVENTLOG_PATH.
index f82855af10e9a9a1a578826bb7f38496f2650f4f..7ab6190c1ff4f474e09f9c1326be9d854ab0be59 100644 (file)
--- a/man/sn.1
+++ b/man/sn.1
@@ -57,8 +57,8 @@ Export the public key from the specified CSP container to the specified file.
 Export the assembly public key to the specified output file.
 .TP
 .I "-p keypair.snk output.pub"
-Export the public key from the specified strongname key file (SNK) to the 
-specified output file.
+Export the public key from the specified strongname key file (SNK) or from
+a PKCS#12/PFX password protected file to the specified output file.
 .TP
 .I "-o input output.txt"
 Convert the input file to a CSV file (using decimal).
@@ -81,9 +81,9 @@ even if it's possible, to use length lesser than 1024 bits.
 .TP
 .I "-R assembly keypair.snk"
 Resign the specified assembly using the specified strongname keypair file 
-(SNK). You can only sign an assembly with the private key (SNK) that match 
-the public key inside the assembly (unless it's public key token has been
-remapped in machine.config).
+(SNK) or a PKCS#12/PFX password protected file. You can only sign an 
+assembly with the private key that match the public key inside the assembly
+(unless it's public key token has been remapped in machine.config).
 .TP
 .I "-Rc assembly container"
 Resign the specified assembly using the specified strongname container.