diff options
Diffstat (limited to 'SOURCES/x509.genkey.centos')
-rw-r--r-- | SOURCES/x509.genkey.centos | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/SOURCES/x509.genkey.centos b/SOURCES/x509.genkey.centos new file mode 100644 index 0000000..c91af3b --- /dev/null +++ b/SOURCES/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 |