Browse Source

Merge pull request #558 from sboldyreva/secureboot

Added third Secure Boot Certificate
pull/562/head
benny Vasquez 12 months ago
committed by GitHub
parent
commit
cd6890c580
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      i18n/en.json
  2. 17
      layouts/security/single.html

2
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:",

17
layouts/security/single.html

@ -14,9 +14,6 @@
display:flex;
flex-direction: column;
}
.itemAl_01 {
width: auto!important;
}
}
</style>
<div class="al-body-container">
@ -179,21 +176,27 @@
{{ 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." }}
<br>{{ i18n "AlmaLinux provides Secure Boot support starting with the AlmaLinux 8.4 release." }}
<br>{{ i18n "AlmaLinux shim passes the " }}<a href="https://github.com/AlmaLinux/shim-review">{{ i18n "official review" }}</a> {{ i18n "and is signed by Microsoft." }} <br>
<br>{{ i18n "AlmaLinux shim trusts 2 certificates:" }}
<br>{{ i18n "AlmaLinux shim trusts 3 certificates:" }}
</p>
<div class="AL" style="display: flex; justify-content: flex-start;">
<div class="itemAl_01" style="width: 461px; display: flex; flex-direction: column;">
<div class="AL" style="display: flex; justify-content: space-between">
<div class="itemAl_01" style="display: flex; flex-direction: column;">
<h3><a href="https://git.almalinux.org/rpms/shim-unsigned-x64/raw/branch/a8/SOURCES/almalinux-sb-cert-1.der">almalinux-sb-cert-1.der</a></h3>
<span><b>{{ i18n "Signed for:" }}</b> AlmaLinux OS Foundation</span>
<span><b>{{ i18n "Verified by:" }}</b> Sectigo Public Code Signing CA EV R36</span>
<span><b>{{ i18n "Expires:" }}</b> 30.01.2025</span>
</div>
<div class="itemAl_02" style="padding-left: 230px; display: flex; flex-direction: column;">
<div class="itemAl_02" style="display: flex; flex-direction: column;">
<h3><a href="https://git.almalinux.org/rpms/shim-unsigned-x64/raw/branch/a8/SOURCES/almalinux-sb-cert-2.der">almalinux-sb-cert-2.der</a></h3>
<span><b>{{ i18n "Signed for:" }}</b> AlmaLinux OS Foundation</span>
<span><b>{{ i18n "Verified by:" }}</b> SSL.com EV Code Signing Intermediate CA RSA</span>
<span><b>{{ i18n "Expires:" }}</b> 19.01.2025</span>
</div>
<div class="itemAl_03" style="display: flex; flex-direction: column;">
<h3><a href="https://git.almalinux.org/rpms/shim-unsigned-x64/raw/branch/a8/SOURCES/almalinux-sb-cert-3.der">almalinux-sb-cert-3.der</a></h3>
<span><b>{{ i18n "Signed for:" }}</b> AlmaLinux Secure Boot CA</span>
<span><b>{{ i18n "Verified by:" }}</b> AlmaLinux Secure Boot CA</span>
<span><b>{{ i18n "Expires:" }}</b> 14.03.2034</span>
</div>
</div>
</section>
</div>

Loading…
Cancel
Save