Update secure boot certs: add both ca0 and boot0, use almalinuxsecureboot0

This commit is contained in:
Andrew Lukoshko 2026-03-08 22:57:01 +00:00
parent 19773b84cc
commit bc06058c62
3 changed files with 5 additions and 2 deletions

View File

@ -6,11 +6,11 @@ actions:
count: 1
- target: "spec"
find: "%pesign -s -i efi/fwup%{efiarch}.unsigned.efi -o efi/fwup%{efiarch}.efi -a %{SOURCE2} -n redhatsecureboot301 -c %{SOURCE3}"
replace: "%pesign -s -i efi/fwup%{efiarch}.unsigned.efi -o efi/fwup%{efiarch}.efi -a %{SOURCE2} -n almalinuxsecurebootca0 -c %{SOURCE3}"
replace: "%pesign -s -i efi/fwup%{efiarch}.unsigned.efi -o efi/fwup%{efiarch}.efi -a %{SOURCE2} -n almalinuxsecureboot0 -c %{SOURCE3}"
count: 1
- target: "spec"
find: "%pesign -s -i efi/fwup%{efialtarch}.unsigned.efi -o efi/fwup%{efialtarch}.efi -a %{SOURCE2} -n redhatsecureboot301 -c %{SOURCE3}"
replace: "%pesign -s -i efi/fwup%{efialtarch}.unsigned.efi -o efi/fwup%{efialtarch}.efi -a %{SOURCE2} -n almalinuxsecurebootca0 -c %{SOURCE3}"
replace: "%pesign -s -i efi/fwup%{efialtarch}.unsigned.efi -o efi/fwup%{efialtarch}.efi -a %{SOURCE2} -n almalinuxsecureboot0 -c %{SOURCE3}"
count: 1
- modify_release:
@ -27,6 +27,9 @@ actions:
- type: "source"
name: "almalinuxsecurebootca0.cer"
number: 2
- type: "source"
name: "almalinuxsecureboot0.cer"
number: 3
- delete_files:
- file_name: "secureboot.cer"

Binary file not shown.

Binary file not shown.