We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c43d598 + 4f38817 commit 1eb0d0eCopy full SHA for 1eb0d0e
contrib/sign.sh
@@ -3,6 +3,18 @@
3
if [ $# -eq 0 -o "-h" = "$1" -o "-help" = "$1" -o "--help" = "$1" ]; then
4
cat <<EOHELP
5
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
18
EOHELP
19
exit 1
20
fi
0 commit comments