Update public certificate with Google-generated public key

BUG=b:195148824
TEST=none

Change-Id: I0336e22428c868a92b5ed36c255e82285c098ca6
1 file changed
tree: e3f9c04c2ac5efd400e3d6ccfb5dd959d3965d5c
  1. .gitignore
  2. Dockerfile
  3. Makefile
  4. neverware.cer
  5. README.md
  6. sbat.csv
  7. shim_15.4_1bea91b_357.patch
  8. shim_15.4_33ca950_361.patch
  9. shim_15.4_8b59591_364.patch
  10. shim_15.4_975c2fe_362.patch
README.md

shim-build

Build shim in a Docker container.

Makefile targets

Build shim in a Docker container:

make build

Build with the cache turned off to get the full build log:

make build-no-cache

Copy the shim builds from the container to the host:

make copy

View details of the public certificate:

make cert-info

View SBAT section of the shim binaries:

make dump-sbat