2021-11-04 01:36:31 +00:00
|
|
|
[ req ]
|
|
|
|
default_bits = 3072
|
|
|
|
distinguished_name = req_distinguished_name
|
|
|
|
prompt = no
|
|
|
|
x509_extensions = myexts
|
|
|
|
|
|
|
|
[ req_distinguished_name ]
|
2022-04-12 12:41:51 +00:00
|
|
|
O = AlmaLinux
|
|
|
|
CN = AlmaLinux kernel signing key
|
|
|
|
emailAddress = security@almalinux.org
|
2021-11-04 01:36:31 +00:00
|
|
|
|
|
|
|
[ myexts ]
|
|
|
|
basicConstraints=critical,CA:FALSE
|
|
|
|
keyUsage=digitalSignature
|
|
|
|
subjectKeyIdentifier=hash
|
|
|
|
authorityKeyIdentifier=keyid
|