summaryrefslogtreecommitdiffstats
path: root/x509.genkey.centos
diff options
context:
space:
mode:
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