You've already forked linux-packaging-mono
Imported Upstream version 5.12.0.220
Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
This commit is contained in:
parent
8bd104cef2
commit
8fc30896db
@@ -54,15 +54,13 @@ a timestamp server (so the signature can still be verified after your
|
||||
certificate is expired).
|
||||
|
||||
The command:
|
||||
mono signcode.exe -v yourkeypair.pvk -spc yourspc.spc -t
|
||||
http://timestamp.verisign.com/scripts/timstamp.dll yourassembly.exe
|
||||
mono signcode.exe -v yourkeypair.pvk -spc yourspc.spc -t http://timestamp.verisign.com/scripts/timstamp.dll yourassembly.exe
|
||||
|
||||
will sign the specified PE file using your private key and embed your
|
||||
certificate and a timestamp. Note: there are no "e" in timstamp.dll !
|
||||
|
||||
example:
|
||||
mono signcode.exe -v spouliot.pvk -spc spouliot.spc -t
|
||||
http://timestamp.verisign.com/scripts/timstamp.dll small.exe
|
||||
mono signcode.exe -v spouliot.pvk -spc spouliot.spc -t http://timestamp.verisign.com/scripts/timstamp.dll small.exe
|
||||
|
||||
|
||||
4. Checking an assembly
|
||||
|
Reference in New Issue
Block a user