From 4f38817313f33dce9708ccccdf88a363bcefbb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20M=C3=B6ller?= Date: Tue, 30 Dec 2014 05:37:39 +0100 Subject: [PATCH] contrib/sign.sh - a bit more help --- contrib/sign.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/contrib/sign.sh b/contrib/sign.sh index 383600cb..a88c52df 100755 --- a/contrib/sign.sh +++ b/contrib/sign.sh @@ -3,6 +3,18 @@ if [ $# -eq 0 -o "-h" = "$1" -o "-help" = "$1" -o "--help" = "$1" ]; then cat < + +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 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