2019-12-25 17:15:27 +08:00
|
|
|
[ req ]
|
|
|
|
|
default_bits = 4096
|
|
|
|
|
distinguished_name = req_distinguished_name
|
|
|
|
|
prompt = no
|
|
|
|
|
x509_extensions = myexts
|
|
|
|
|
|
|
|
|
|
[ req_distinguished_name ]
|
2020-06-15 18:18:15 +08:00
|
|
|
O = openEuler
|
|
|
|
|
CN = openEuler kernel signing key
|
|
|
|
|
emailAddress = kernel@openeuler.org
|
2019-12-25 17:15:27 +08:00
|
|
|
|
|
|
|
|
[ myexts ]
|
|
|
|
|
basicConstraints=critical,CA:FALSE
|
|
|
|
|
keyUsage=digitalSignature
|
|
|
|
|
subjectKeyIdentifier=hash
|
|
|
|
|
authorityKeyIdentifier=keyid
|