Changes between Version 10 and Version 11 of CodeSigning
- Timestamp:
- Feb 14, 2013, 1:40:49 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeSigning
v10 v11 10 10 * Run `crypt_prog -genkey` to create a code-signing key pair. Copy the public key to your server. Keep the private key on the code-signing machine, make a permanent, secure copy of the key pair (e.g. on a CD-ROM that you keep locked up), and delete all other copies of the private key. 11 11 * To sign an executable file, move it to the code-signing machine, run `crypt_prog -sign` to produce the signature file, then move the signature file to your server. 12 * Use [ UpdateVersions update_versions] to install your application, including its signature files, in the download directory and database. <span class="plainlinks">12 * Use [AppVersionNew update_versions] to install your application, including its signature files, in the download directory and database. 13 13 14 14