canmove, Confirmed users
1,570
edits
No edit summary |
|||
| Line 15: | Line 15: | ||
mccoy sign-update <update.rdf> | mccoy sign-update <update.rdf> | ||
This will add an update signature to the specified update.rdf file. | This will add an update signature to the specified update.rdf file. One of -n or -k must be given to select which key to use to sign the update. If necessary -pass must be provided to access the key. | ||
-n -name <name> The name of the key to use for the task | -n -name <name> The name of the key to use for the task | ||
-k -key <file> A PEM encoded key file to use | -k -key <file> A PEM encoded key file to use for the task | ||
-pass <password> The password to access keys or to decrypt a key file give by -k | -pass <password> The password to access keys or to decrypt a key file give by -k | ||
-id <id> Only sign the updates for the extension with the given id, | -id <id> Only sign the updates for the extension with the given id, | ||
otherwise will sign updates for all extension in the file | otherwise will sign updates for all extension in the file | ||
==Hash Generation== | ==Hash Generation== | ||