Bug 1997343

Summary: centos-release should ship public secureboot certs in a well-known location
Product: Red Hat Enterprise Linux 9 Reporter: Brian Stinson <bstinson>
Component: distributionAssignee: Stephen Gallagher <sgallagh>
Status: CLOSED CURRENTRELEASE QA Contact: Release Test Team <release-test-team-automation>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: CentOS StreamCC: bstinson, jwboyer
Target Milestone: rcFlags: pm-rhel: mirror+
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-06-10 19:55:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Brian Stinson 2021-08-25 02:31:04 UTC
To help packagers who need to have their packages signed for secureboot (kernel, grub2, fwupd, etc.) We should create a generic system subpackage that ships the secureboot certificates corresponding to the correct distribution.

This allows CentOS Stream to ship CentOS secureboot certs, and RHEL to ship RHEL secureboot certs, requiring no changes from the package maintainers of the pesigned packages. 

We should ship the following certs:
centossecureboot201.cer (public kernel signing cert)
centossecureboot202.cer (grub2 signing cert)
centossecureboot203.cer (fwupd signing cert)
centossecurebootca2.cer (secureboot CA)

Comment 1 Brian Stinson 2021-08-25 02:40:23 UTC
I've opened a merge request:
https://gitlab.com/redhat/centos-stream/rpms/centos-release/-/merge_requests/9

This ships the following certs in a system-sb-certs subpackage:
- /etc/pki/sb-certs/secureboot-ca.cer
- /etc/pki/sb-certs/secureboot-kernel-cert.cer
- /etc/pki/sb-certs/secureboot-grub2-cert.cer
- /etc/pki/sb-certs/secureboot-fwupd-cert.cer

Comment 2 Brian Stinson 2022-06-10 19:55:05 UTC
We are now shipping these certificates in /usr/share/pki/sb-certs/