forked from Sysdeploy/ipxe_scripts
EFI signing debug
This commit is contained in:
parent
e3ace96932
commit
ca76f25aa4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user