EFI signing debug

This commit is contained in:
Peter Šurda 2021-12-01 22:38:38 +08:00
parent e3ace96932
commit ca76f25aa4
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ function make_ipxe_efi() {
make bin-x86_64-efi/ipxe.efi EMBED="${embed_file}" CERT="${signing_cert},${ca_cert}" TRUST="${ca_cert}" || return 2
mv bin-x86_64-efi/ipxe.efi bin/
echo "\"${efi_key}\" \"${efi_cert}\""
ls -lah "${efi_key}" "${efi_cert}"
sbsign --key ${efi_key} --cert ${efi_cert} --output bin/ipxe.efi bin/ipxe.efi
cd "$curr"