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
|
||||
|
||||
[ req_distinguished_name ]
|
||||
O = EulerOS
|
||||
CN = EulerOS kernel signing key
|
||||
emailAddress = euleros@huaweicloud.com
|
||||
O = openEuler
|
||||
CN = openEuler kernel signing key
|
||||
emailAddress = kernel@openeuler.org
|
||||
|
||||
[ myexts ]
|
||||
basicConstraints=critical,CA:FALSE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user