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
path: root/man/sn.1
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2006-08-17 16:10:44 +0400
committerSebastien Pouliot <sebastien@ximian.com>2006-08-17 16:10:44 +0400
commite6b1cb3f9f225ae7956adb3265fda914aea81b5f (patch)
treebdea888abfc11542c2c91e3c8a7c5d675b5659ca /man/sn.1
parentb410cbd852ae8c4628607723c8e77d58ecf58989 (diff)
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. svn path=/trunk/mono/; revision=63905
Diffstat (limited to 'man/sn.1')
-rw-r--r--man/sn.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/sn.1 b/man/sn.1
index f82855af10e..7ab6190c1ff 100644
--- 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.