Skip to content

Commit

Permalink
Merge pull request #249 from smoe/patch-1
Browse files Browse the repository at this point in the history
contrib/sign.sh - a bit more help
  • Loading branch information
Nils Schneider committed Dec 30, 2014
2 parents c43d598 + 4f38817 commit 1eb0d0e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions contrib/sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
if [ $# -eq 0 -o "-h" = "$1" -o "-help" = "$1" -o "--help" = "$1" ]; then
cat <<EOHELP
Usage: $0 <secret> <manifest>
sign.sh adds lines to a manifest to indicate the approval
of the integrity of the firmware as required for automated
updates. The first argument <secret> references a file harboring
the private key of a public-private key pair of a developer
that referenced by its public key in the site configuration.
The script may be performed multiple times to the same document
to indicate an approval by multiple developers.
See also
* edcsautils on https://github.com/tcatm/ecdsautils
EOHELP
exit 1
fi
Expand Down

0 comments on commit 1eb0d0e

Please sign in to comment.