diff options
| author | Peter Jones <pjones@redhat.com> | 2013-10-02 10:48:41 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-10-02 10:48:41 -0400 |
| commit | 91c5a05037598425757b3a9ab76619ff2f48fc20 (patch) | |
| tree | 82b0a78a1e4c7e0da40b4b48ae48a70a86f1413a | |
| parent | 322a0f9ef768ba3a2813bcca454c92163df03af2 (diff) | |
| download | efi-boot-shim-91c5a05037598425757b3a9ab76619ff2f48fc20.tar.gz efi-boot-shim-91c5a05037598425757b3a9ab76619ff2f48fc20.zip | |
Remove "shim.cer" on "make clean".
If we don't do this, an old key winds up being reused and
MokManager.efi.signed is signed with a different key than shim_cert
reflects.
Signed-off-by: Peter Jones <pjones@redhat.com>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ VERSION = 0.4 TARGET = shim.efi MokManager.efi.signed fallback.efi.signed OBJS = shim.o netboot.o cert.o replacements.o -KEYS = shim_cert.h ocsp.* ca.* shim.crt shim.csr shim.p12 shim.pem shim.key +KEYS = shim_cert.h ocsp.* ca.* shim.crt shim.csr shim.p12 shim.pem shim.key shim.cer SOURCES = shim.c shim.h netboot.c include/PeImage.h include/wincert.h include/console.h replacements.c replacements.h MOK_OBJS = MokManager.o PasswordCrypt.o crypt_blowfish.o MOK_SOURCES = MokManager.c shim.h include/console.h PasswordCrypt.c PasswordCrypt.h crypt_blowfish.c crypt_blowfish.h |
