summaryrefslogtreecommitdiffstats
path: root/x509.genkey.centos
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-04-01 14:48:13 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-04-01 14:48:13 -0500
commit8db3d1f47fd8f9dfa6c83e5e6c20dde1109899cf (patch)
treefeedc1f29a9ff9dbf7d6d189294af0cbc8c01a23 /x509.genkey.centos
parent11fd190da202647fb6a2ec81c06c942efd14e8bc (diff)
downloadkernel-8db3d1f47fd8f9dfa6c83e5e6c20dde1109899cf.tar.gz
kernel-8db3d1f47fd8f9dfa6c83e5e6c20dde1109899cf.tar.xz
kernel-8db3d1f47fd8f9dfa6c83e5e6c20dde1109899cf.zip
kernel-5.17.1-200
* Fri Apr 01 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.1-200] - Update Fix 'mem_section' will never be NULL gcc 12 warning to V4 (Justin M. Forbes) - NFSv4.1 provide mount option to toggle trunking discovery (Olga Kornievskaia) - Add the Revert patch so that it can be applied when building dist-git for F34 and F35 (Justin M. Forbes) - redhat/configs/process_configs.sh: Avoid race with find (Prarit Bhargava) - redhat/configs/process_configs.sh: Remove CONTINUEONERROR (Prarit Bhargava) - redhat/configs/process_configs.sh: Fix race with tools generation (Prarit Bhargava) - Bluetooth: hci_core: Rate limit the logging of invalid SCO handle (Luiz Augusto von Dentz) - Bluetooth: hci_event: Fix HCI_EV_VENDOR max_len (Luiz Augusto von Dentz) - Update mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 (Justin M. Forbes) - net: bcmgenet: Use stronger register read/writes to assure ordering (Jeremy Linton) - We actually needed the previous patch from os-build (Justin M. Forbes) - redhat: Fix release tagging (Prarit Bhargava) - Fix up changelog generation for stable releases (Justin M. Forbes) - Remove i686 configs and filters (Justin M. Forbes) - redhat/self-test: Fix shellcheck test (Prarit Bhargava) - redhat/configs: Set CONFIG_X86_AMD_PSTATE built-in on Fedora (Prarit Bhargava) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'x509.genkey.centos')
-rw-r--r--x509.genkey.centos16
1 files changed, 16 insertions, 0 deletions
diff --git a/x509.genkey.centos b/x509.genkey.centos
new file mode 100644
index 000000000..c91af3b46
--- /dev/null
+++ b/x509.genkey.centos
@@ -0,0 +1,16 @@
+[ req ]
+default_bits = 3072
+distinguished_name = req_distinguished_name
+prompt = no
+x509_extensions = myexts
+
+[ req_distinguished_name ]
+O = The CentOS Project
+CN = CentOS Stream kernel signing key
+emailAddress = security@centos.org
+
+[ myexts ]
+basicConstraints=critical,CA:FALSE
+keyUsage=digitalSignature
+subjectKeyIdentifier=hash
+authorityKeyIdentifier=keyid