MODSIGN: Add -s <signature> option to sign-file
authorMichal Marek <mmarek@suse.cz>
Fri, 25 Jan 2013 03:11:19 +0000 (13:41 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 25 Jan 2013 06:25:36 +0000 (16:55 +1030)
commit1c37c054a7493e0537ea3d15a59dac3a0aa63a05
treef0a07f73ed8707c9843ea5f57a9366608e35af6e
parent4bc9410c0cf5079219bdfa3295d83dfacefe1bb2
MODSIGN: Add -s <signature> option to sign-file

This option allows to append an externally computed singature to the
module. This is needed in setups, where the private key is not directly
available, but a service exists that returns signatures for given files.

Signed-off-by: Michal Marek <mmarek@suse.cz>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
scripts/sign-file