From 038ad3509b0b597ad73a950ba265a9097908e9e6 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Thu, 13 Oct 2022 11:24:16 +0000 Subject: [PATCH] Use CL cert at the moment --- SOURCES/clsecureboot001.cer | Bin 0 -> 1561 bytes SPECS/grub2.spec | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 SOURCES/clsecureboot001.cer diff --git a/SOURCES/clsecureboot001.cer b/SOURCES/clsecureboot001.cer new file mode 100644 index 0000000000000000000000000000000000000000..ca9ce5d92a13320a2995ed90f173ea719a132d8f GIT binary patch literal 1561 zcmZ`(Yfuwc6wXbS1jzzo5X>OBh=_zHxtj+9!bnI+p+=zweAJF{O%_-i65K3=V6`P` zg!+Oiw$+NM3{cvRbwp7M9c2G4W9CPDY!P9nY%kz?r;WtSRH=h8 zU|e*l3WsV{DvoP4TGbnDs9{5GAcS5Z!6h(4C{7Uq1bAm>@_|6YFE-;+7(G78M}rNd zop2L0iATV2PECX)*l5Dk>U3O<$HA#wY63bL*TU2^EXQ6+VmX8d(^It7PU5jJhO385 zA`5A%ieN~rfG#CiV@9QqDqzb&l8`jD9Hy((P@^7aCo5+n4C4+6Mny(D>xqpR~zVhEx6umhZ5RVFal3r5M(h>Ej0sf_MTi2%d}hSB1Z;Kcx_Vo?>QeGcGz_P@TPE#k$jU}t{ z=C4WMHPazOp*1PT3fm+ruI6lS_~q`^8L{y-bu+Gf%@__g=3FU^|HN|Z8E=KQmHrw0 zI*CrQY%Us>cb>W=8$P+bYgw+q?~#eYnR*Y9;aJhXnxTwk!v=F7YKwQfz8bV zV01@f!?{5q0>0>7n9VhhK+@rCzjllgEbu48Bs8(uEH~tubc=NhbLDzdL9qcd0ymIeCpOTfNz>=FRp+_ZMjPwTEfKR;4GdG@D`O}rr^ zO(!d6#<-~YhKw(p3S9X|dM{X}bRc;161eWzPCUA!^tNx{O73;zPg)%xE6 literal 0 HcmV?d00001 diff --git a/SPECS/grub2.spec b/SPECS/grub2.spec index f58fee8..419039d 100644 --- a/SPECS/grub2.spec +++ b/SPECS/grub2.spec @@ -24,7 +24,7 @@ Source6: gitignore Source8: strtoull_test.c Source9: 20-grub.install Source12: 99-grub-mkconfig.install -Source13: almalinuxsecurebootca0.cer +Source13: clsecureboot001.cer Source19: sbat.csv.in %include %{SOURCE1} @@ -32,16 +32,16 @@ Source19: sbat.csv.in %if 0%{with_efi_arch} %define old_sb_ca %{SOURCE13} %define old_sb_cer %{SOURCE13} -%define old_sb_key almalinuxsecurebootca0 +%define old_sb_key clsecureboot001 %define sb_ca %{SOURCE13} %define sb_cer %{SOURCE13} -%define sb_key almalinuxsecurebootca0 +%define sb_key clsecureboot001 %endif %ifarch ppc64le %define old_sb_cer %{SOURCE13} %define sb_cer %{SOURCE13} -%define sb_key almalinuxsecurebootca0 +%define sb_key clsecureboot001 %endif # AlmaLinux: keep upstream EVR for RHEL SBAT entry @@ -509,7 +509,7 @@ fi %changelog * Fri Oct 07 2022 Andrew Lukoshko - 2.06-138.alma -- Use AlmaLinux cert and SBAT +- AlmaLinux changes * Wed Jul 20 2022 Robbie Harwood - 2.06-138 - Rotate signing keys on ppc64le