2022-09-27 14:44:33 +00:00
|
|
|
[ req ]
|
|
|
|
default_bits = 3072
|
|
|
|
distinguished_name = req_distinguished_name
|
|
|
|
prompt = no
|
|
|
|
x509_extensions = myexts
|
|
|
|
|
|
|
|
[ req_distinguished_name ]
|
2023-03-29 14:28:17 +00:00
|
|
|
O = AlmaLinux
|
|
|
|
CN = AlmaLinux kernel signing key
|
|
|
|
emailAddress = security@almalinux.org
|
2022-09-27 14:44:33 +00:00
|
|
|
|
|
|
|
[ myexts ]
|
|
|
|
basicConstraints=critical,CA:FALSE
|
|
|
|
keyUsage=digitalSignature
|
|
|
|
subjectKeyIdentifier=hash
|
|
|
|
authorityKeyIdentifier=keyid
|