Update secure boot certs: ca0 as Source2, boot0 as Source1
This commit is contained in:
parent
7d0f17a055
commit
faf0e35f09
BIN
almalinuxsecureboot0.cer
Normal file
BIN
almalinuxsecureboot0.cer
Normal file
Binary file not shown.
BIN
almalinuxsecurebootca0.cer
Normal file
BIN
almalinuxsecurebootca0.cer
Normal file
Binary file not shown.
@ -125,7 +125,7 @@ version signed by the UEFI signing service. \
|
||||
else \
|
||||
cp -av %{-d*}/%{-b*}%{-a*}.efi %{-b*}%{-a*}-unsigned.efi \
|
||||
fi \
|
||||
%{expand:%%sign -i %{-b*}%{-a*}-unsigned.efi -o %{-b*}%{-a*}-signed.efi -n centossecureboot201 -a %{SOURCE2} -c %{SOURCE1} } \
|
||||
%{expand:%%sign -i %{-b*}%{-a*}-unsigned.efi -o %{-b*}%{-a*}-signed.efi -n almalinuxsecureboot0 -a %{SOURCE2} -c %{SOURCE1} } \
|
||||
%{nil}
|
||||
|
||||
# -a <efiarch>
|
||||
|
||||
@ -16,7 +16,8 @@ ExclusiveArch: %{efi}
|
||||
ExcludeArch: %{arm} %{ix86}
|
||||
|
||||
Source0: shim.rpmmacros
|
||||
Source1: almalinuxsecurebootca0.cer
|
||||
Source1: almalinuxsecureboot0.cer
|
||||
Source2: almalinuxsecurebootca0.cer
|
||||
Source5: shim.conf
|
||||
|
||||
# keep these two lists of sources synched up arch-wise. That is 0 and 10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user