Update public certificate with new Google-generated public key The certificate currently embedded in shim builds doesn't match what is used for signing grub. This new cert has a 5 year validity period; the old one had a 2 year validity period. BUG=b:195737944 TEST=make build & make cert-info Change-Id: Icdf6ad422781589defd861f2fb446e3494dca244
Build shim in a Docker container.
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