canmove, Confirmed users
1,570
edits
No edit summary |
|||
| Line 10: | Line 10: | ||
mccoy <task> <task-options> | mccoy <task> <task-options> | ||
==Adding Update Keys== | |||
mccoy install-key [-n <name> | -k <file>] [options] <install.rdf> | |||
This will add the public key to the install manifest allowing applications to verify the security of updates signed by the same key. One of -n or -k must be given to select which key to add. If necessary -pass must be provided to access the key. | |||
-n -name <name> The name of the key to add to the manifest. | |||
-k -key <file> A PEM encoded private key to add to the manifest. | |||
-pass <password> The password to access keys or to decrypt a key file | |||
given by -k. | |||
-o -out <file> select output file, otherwise overwrite the input file | |||
==Update Manifest Signing== | ==Update Manifest Signing== | ||