diff options
| author | David Woodhouse <[email protected]> | 2015-07-20 20:16:30 +0000 |
|---|---|---|
| committer | David Howells <[email protected]> | 2015-08-07 15:26:14 +0000 |
| commit | fb1179499134bc718dc7557c7a6a95dc72f224cb (patch) | |
| tree | 5a0b7e87708c275071f4c3079099854a13eee812 /scripts/extract-cert.c | |
| parent | modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed (diff) | |
| download | kernel-fb1179499134bc718dc7557c7a6a95dc72f224cb.tar.gz kernel-fb1179499134bc718dc7557c7a6a95dc72f224cb.zip | |
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 <[email protected]>
Signed-off-by: David Howells <[email protected]>
Diffstat (limited to 'scripts/extract-cert.c')
0 files changed, 0 insertions, 0 deletions
