diff --git a/assets/css/bundle.css b/assets/css/bundle.css index be06ea5..01619a4 100644 --- a/assets/css/bundle.css +++ b/assets/css/bundle.css @@ -7,6 +7,10 @@ padding: 0 ; } +.al-index-security-measures-container a { + color: #f1f8ff; + } + .itemAl_01 a { color: #f1f8ff; } diff --git a/i18n/en.json b/i18n/en.json index c34a775..35014db 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -400,7 +400,7 @@ "about SBOM integration in AlmaLinux.": "about SBOM integration in AlmaLinux.", "AlmaLinux OS also provides ": "AlmaLinux OS also provides ", "AlmaLinux SBOM User Guide": "AlmaLinux SBOM User Guide", - "AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM": "AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM", + "AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM, and Secure Boot": "AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM, and Secure Boot", "Azure Marketplace": "Azure Marketplace", "More information about AlmaLinux OpenNebula images and verification guidelines are available on the \"}}{{ i18n \"AlmaLinux OpenNebula Wiki Page": "More information about AlmaLinux OpenNebula images and verification guidelines are available on the \"}}{{ i18n \"AlmaLinux OpenNebula Wiki Page", "The official AlmaLinux OS images are available on \"}}{{ i18n \"Oracle Cloud Marketplace": "The official AlmaLinux OS images are available on \"}}{{ i18n \"Oracle Cloud Marketplace", @@ -583,5 +583,15 @@ "Learn more about the project": "Learn more about the project", "See the full Hackathon agenda": "See the full Hackathon agenda", "11:00 am": "11:00 am", - "Trusted by": "Trusted by" + "Trusted by": "Trusted by", + "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.": "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.", + "AlmaLinux provides Secure Boot support starting with the AlmaLinux 8.4 release.": "AlmaLinux provides Secure Boot support starting with the AlmaLinux 8.4 release.", + "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:", + "Signed for:": "Signed for:", + "Verified by:": "Verified by:", + "Expires:": "Expires:", + "AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM": "AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM" } \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index 07f36ad..6ccc966 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -353,7 +353,7 @@

- {{ i18n "AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM" }}- {{ i18n "read more" }}. + {{ i18n "AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM, and Secure Boot" }}- {{ i18n "read more" }}.

diff --git a/layouts/security/single.html b/layouts/security/single.html index 0692d5f..bb08bf1 100644 --- a/layouts/security/single.html +++ b/layouts/security/single.html @@ -14,11 +14,14 @@ display:flex; flex-direction: column; } + .itemAl_01 { + width: auto!important; + } }
-
+

{{ i18n "Security Measures" }}

@@ -26,7 +29,7 @@

- {{ i18n "AlmaLinux OS Foundation provides errata to inform users about available updates, including security issues and bug fixes, and their significance through analysis. Users can easily access this information by accessing our AlmaLinux security advisory portal, known as " }}{{ i18n "AlmaLinux Errata" }}. {{ i18n "More details on Errata and how to use it can be found on the " }}{{ i18n "AlmaLinux Errata Wiki page" }}.
{{ i18n "Additionally, AlmaLinux OS is present in the " }}{{ i18n "OSV database" }}.

+ {{ i18n "AlmaLinux OS Foundation provides errata to inform users about available updates, including security issues and bug fixes, and their significance through analysis. Users can easily access this information by accessing our AlmaLinux security advisory portal, known as " }}{{ i18n "AlmaLinux Errata" }}. {{ i18n "More details on Errata and how to use it can be found on the " }}{{ i18n "AlmaLinux Errata Wiki page" }}.
{{ i18n "Additionally, AlmaLinux OS is present in the " }}{{ i18n "OSV database" }}.

{{ i18n "Errata in JSON format for 3rd party software integration:" }}

@@ -104,7 +107,7 @@

{{ i18n "To receive security updates and errata, users can sign up for the " }} - {{ i18n "AlmaLinux Security Mailing List" }}. + {{ i18n "AlmaLinux Security Mailing List" }}. {{ i18n "Subscribing to the list will allow users to stay informed and updated on any security fixes as soon as they are available." }}

@@ -148,7 +151,7 @@

{{ i18n "You can find more about OVAL Streams on the " }} - {{ i18n "AlmaLinux OVAL Wiki Page" }}. + {{ i18n "AlmaLinux OVAL Wiki Page" }}.

@@ -160,14 +163,41 @@

{{ i18n "The Software Bill of Materials (SBOM) provides a comprehensive list of third-party and open-source components in a codebase, including version numbers, licensing information, and potential vulnerabilities." }} {{ i18n "AlmaLinux Build System has implemented SBOM into its pipeline for security purposes, such as tracing the build process, making it more secure, and reducing the risk of data corruption. " }} - {{ i18n "Read more" }} + {{ i18n "Read more" }} {{ i18n "about SBOM integration in AlmaLinux." }}
{{ i18n "AlmaLinux OS also provides " }} - {{ i18n "AlmaLinux SBOM User Guide" }} + {{ i18n "AlmaLinux SBOM User Guide" }} +

+
+
+ +
+

Secure Boot

+
+
+

+ {{ 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:" }}

+
+
+

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 +
+
-
+