diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2012-12-13 18:42:34 -0800 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2012-12-13 18:42:34 -0800 |
| commit | c37196e74688dc2d1b3bb2049ea4df99baba9fa5 (patch) | |
| tree | 52c40777d944e60ea459230a7c3e04aa25400214 /Makefile | |
| parent | 0565508e532548ace1d42678f3518b2ed0ca842a (diff) | |
| download | efi-boot-shim-c37196e74688dc2d1b3bb2049ea4df99baba9fa5.tar.gz efi-boot-shim-c37196e74688dc2d1b3bb2049ea4df99baba9fa5.zip | |
debian/patches/sbsigntool-not-pesign: Sign MokManager with
sbsigntool instead of pesign.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,8 +88,8 @@ Cryptlib/OpenSSL/libopenssl.a: -j .debug_line -j .debug_str -j .debug_ranges \ --target=efi-app-$(ARCH) $^ $@.debug -%.efi.signed: %.efi certdb/secmod.db - pesign -n certdb -i $< -c "shim" -s -o $@ -f +%.efi.signed: %.efi shim.crt + sbsign --key shim.key --cert shim.crt $< clean: $(MAKE) -C Cryptlib clean |
