2021-06-29 14:05:51 +00:00
|
|
|
[ req ]
|
|
|
|
default_bits = 3072
|
|
|
|
distinguished_name = req_distinguished_name
|
|
|
|
prompt = no
|
|
|
|
x509_extensions = myexts
|
|
|
|
|
|
|
|
[ req_distinguished_name ]
|
2022-04-27 15:24:45 +00:00
|
|
|
O = AlmaLinux
|
|
|
|
CN = AlmaLinux kernel signing key
|
|
|
|
emailAddress = security@almalinux.org
|
2021-06-29 14:05:51 +00:00
|
|
|
|
|
|
|
[ myexts ]
|
|
|
|
basicConstraints=critical,CA:FALSE
|
|
|
|
keyUsage=digitalSignature
|
|
|
|
subjectKeyIdentifier=hash
|
|
|
|
authorityKeyIdentifier=keyid
|