Skip to content

Commit 1eb0d0e

Browse files
author
Nils Schneider
committed
Merge pull request #249 from smoe/patch-1
contrib/sign.sh - a bit more help
2 parents c43d598 + 4f38817 commit 1eb0d0e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

contrib/sign.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
if [ $# -eq 0 -o "-h" = "$1" -o "-help" = "$1" -o "--help" = "$1" ]; then
44
cat <<EOHELP
55
Usage: $0 <secret> <manifest>
6+
7+
sign.sh adds lines to a manifest to indicate the approval
8+
of the integrity of the firmware as required for automated
9+
updates. The first argument <secret> references a file harboring
10+
the private key of a public-private key pair of a developer
11+
that referenced by its public key in the site configuration.
12+
The script may be performed multiple times to the same document
13+
to indicate an approval by multiple developers.
14+
15+
See also
16+
* edcsautils on https://github.com/tcatm/ecdsautils
17+
618
EOHELP
719
exit 1
820
fi

0 commit comments

Comments
 (0)