From f2555e53df956bf7e3e7ecf0a424177ecca79618 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Thu, 16 May 2024 14:09:45 +0200 Subject: [PATCH 1/2] Added third Secure Boot Certificate --- layouts/security/single.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/layouts/security/single.html b/layouts/security/single.html index 1af358c..cc22d43 100644 --- a/layouts/security/single.html +++ b/layouts/security/single.html @@ -14,9 +14,6 @@ display:flex; flex-direction: column; } - .itemAl_01 { - width: auto!important; - } }
@@ -181,19 +178,25 @@
{{ i18n "AlmaLinux shim passes the " }}{{ i18n "official review" }} {{ i18n "and is signed by Microsoft." }}

{{ i18n "AlmaLinux shim trusts 2 certificates:" }}

-
-
+
+

almalinux-sb-cert-1.der

{{ i18n "Signed for:" }} AlmaLinux OS Foundation {{ i18n "Verified by:" }} Sectigo Public Code Signing CA EV R36 {{ i18n "Expires:" }} 30.01.2025
-
+

almalinux-sb-cert-2.der

{{ i18n "Signed for:" }} AlmaLinux OS Foundation {{ i18n "Verified by:" }} SSL.com EV Code Signing Intermediate CA RSA {{ i18n "Expires:" }} 19.01.2025
+
+

almalinux-sb-cert-3.der

+ {{ i18n "Signed for:" }} AlmaLinux Secure Boot CA + {{ i18n "Verified by:" }} AlmaLinux Secure Boot CA + {{ i18n "Expires:" }} 14.03.2034 +
From dbbc26122063980b645ca8cc240d49f2791a9781 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Fri, 17 May 2024 17:21:19 +0200 Subject: [PATCH 2/2] Updated 2 certificates to 3 --- i18n/en.json | 2 +- layouts/security/single.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 7de40dd..340e962 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -584,7 +584,7 @@ "AlmaLinux shim passes the ": "AlmaLinux shim passes the ", "official review": "official review", "and is signed by Microsoft.": "and is signed by Microsoft.", - "AlmaLinux shim trusts 2 certificates:": "AlmaLinux shim trusts 2 certificates:", + "AlmaLinux shim trusts 3 certificates:": "AlmaLinux shim trusts 3 certificates:", "Signed for:": "Signed for:", "Verified by:": "Verified by:", "Expires:": "Expires:", diff --git a/layouts/security/single.html b/layouts/security/single.html index cc22d43..a2f1289 100644 --- a/layouts/security/single.html +++ b/layouts/security/single.html @@ -176,7 +176,7 @@ {{ i18n "Secure Boot is a security feature that ensures a system boots only with trusted software, preventing the loading of unauthorized operating systems or software that could potentially compromise the system's integrity." }}
{{ i18n "AlmaLinux provides Secure Boot support starting with the AlmaLinux 8.4 release." }}
{{ i18n "AlmaLinux shim passes the " }}{{ i18n "official review" }} {{ i18n "and is signed by Microsoft." }}
-
{{ i18n "AlmaLinux shim trusts 2 certificates:" }} +
{{ i18n "AlmaLinux shim trusts 3 certificates:" }}

@@ -192,7 +192,7 @@ {{ i18n "Expires:" }} 19.01.2025
-

almalinux-sb-cert-3.der

+

almalinux-sb-cert-3.der

{{ i18n "Signed for:" }} AlmaLinux Secure Boot CA {{ i18n "Verified by:" }} AlmaLinux Secure Boot CA {{ i18n "Expires:" }} 14.03.2034