提交 9c4249c8 编写于 作者: D David Howells 提交者: Linus Torvalds

modsign: change default key details

Change default key details to be more obviously unspecified.
Reported-by: NLinus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: NDavid Howells <dhowells@redhat.com>
Acked-by: NJames Morris <james.l.morris@oracle.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 9263a06a
...@@ -119,9 +119,9 @@ Most notably, in the x509.genkey file, the req_distinguished_name section ...@@ -119,9 +119,9 @@ Most notably, in the x509.genkey file, the req_distinguished_name section
should be altered from the default: should be altered from the default:
[ req_distinguished_name ] [ req_distinguished_name ]
O = Magrathea #O = Unspecified company
CN = Glacier signing key CN = Build time autogenerated kernel key
emailAddress = slartibartfast@magrathea.h2g2 #emailAddress = unspecified.user@unspecified.company
The generated RSA key size can also be set with: The generated RSA key size can also be set with:
......
...@@ -197,9 +197,9 @@ x509.genkey: ...@@ -197,9 +197,9 @@ x509.genkey:
@echo >>x509.genkey "x509_extensions = myexts" @echo >>x509.genkey "x509_extensions = myexts"
@echo >>x509.genkey @echo >>x509.genkey
@echo >>x509.genkey "[ req_distinguished_name ]" @echo >>x509.genkey "[ req_distinguished_name ]"
@echo >>x509.genkey "O = Magrathea" @echo >>x509.genkey "#O = Unspecified company"
@echo >>x509.genkey "CN = Glacier signing key" @echo >>x509.genkey "CN = Build time autogenerated kernel key"
@echo >>x509.genkey "emailAddress = slartibartfast@magrathea.h2g2" @echo >>x509.genkey "#emailAddress = unspecified.user@unspecified.company"
@echo >>x509.genkey @echo >>x509.genkey
@echo >>x509.genkey "[ myexts ]" @echo >>x509.genkey "[ myexts ]"
@echo >>x509.genkey "basicConstraints=critical,CA:FALSE" @echo >>x509.genkey "basicConstraints=critical,CA:FALSE"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册