forked from rpms/kernel
043d16bb77
* Tue Mar 15 2022 Patrick Talbert <ptalbert@redhat.com> [5.14.0-72.el9] - spec: Fix separate tools build (Jiri Olsa) [2054579] - redhat: use centos x509.genkey file if building under centos (Herton R. Krzesinski) [2029952] Resolves: rhbz#2029952, rhbz#2054579 Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
17 lines
361 B
Plaintext
17 lines
361 B
Plaintext
[ 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
|