update req_distinguished_name for x509.genkey
refer to https://www.kernel.org/doc/html/v4.19/admin-guide/module-signing.html change it to openEuler related information. fix this issue https://gitee.com/openeuler/kernel/issues/I1HASN
This commit is contained in:
parent
ce1b531d16
commit
cbb3e95491
@ -5,9 +5,9 @@ prompt = no
|
|||||||
x509_extensions = myexts
|
x509_extensions = myexts
|
||||||
|
|
||||||
[ req_distinguished_name ]
|
[ req_distinguished_name ]
|
||||||
O = EulerOS
|
O = openEuler
|
||||||
CN = EulerOS kernel signing key
|
CN = openEuler kernel signing key
|
||||||
emailAddress = euleros@huaweicloud.com
|
emailAddress = kernel@openeuler.org
|
||||||
|
|
||||||
[ myexts ]
|
[ myexts ]
|
||||||
basicConstraints=critical,CA:FALSE
|
basicConstraints=critical,CA:FALSE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user