modsign: Use single PEM file for autogenerated key
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 20 Jul 2015 20:16:30 +0000 (21:16 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 7 Aug 2015 15:26:14 +0000 (16:26 +0100)
commitfb1179499134bc718dc7557c7a6a95dc72f224cb
tree5a0b7e87708c275071f4c3079099854a13eee812
parent1329e8cc69b93a0b1bc6d197b30dcff628c18dbf
modsign: Use single PEM file for autogenerated key

The current rule for generating signing_key.priv and signing_key.x509 is
a classic example of a bad rule which has a tendency to break parallel
make. When invoked to create *either* target, it generates the other
target as a side-effect that make didn't predict.

So let's switch to using a single file signing_key.pem which contains
both key and certificate. That matches what we do in the case of an
external key specified by CONFIG_MODULE_SIG_KEY anyway, so it's also
slightly cleaner.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David Howells <dhowells@redhat.com>
.gitignore
Documentation/module-signing.txt
Makefile
init/Kconfig
kernel/Makefile
This page took 0.029994 seconds and 5 git commands to generate.