diff options
author | Jia Zhang <lans.zhang2008@gmail.com> | 2017-08-26 17:11:50 +0800 |
---|---|---|
committer | Jia Zhang <lans.zhang2008@gmail.com> | 2017-08-26 17:11:50 +0800 |
commit | 0e6d3a3e1cc45e5c4e5ee2e3ed23f6dd919695ca (patch) | |
tree | f1baed0073a290e0e45bdc2b6e621507494f003c | |
parent | aa14422754dc70581e2b153bb870c92528dfd2b1 (diff) | |
download | meta-secure-core-0e6d3a3e1cc45e5c4e5ee2e3ed23f6dd919695ca.tar.gz |
meta-efi-secure-boot/README.md: document shim_cert as unused
Signed-off-by: Jia Zhang <lans.zhang2008@gmail.com>
-rw-r--r-- | meta-efi-secure-boot/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-efi-secure-boot/README.md b/meta-efi-secure-boot/README.md index 54bbf7c..ce8d7fb 100644 --- a/meta-efi-secure-boot/README.md +++ b/meta-efi-secure-boot/README.md | |||
@@ -115,11 +115,13 @@ The sample keys used for MOK Secure Boot are centrally placed under | |||
115 | 115 | ||
116 | - shim_cert.crt | 116 | - shim_cert.crt |
117 | The X509 certificate embedded in shim, used to verify the images either | 117 | The X509 certificate embedded in shim, used to verify the images either |
118 | directly or indirectly loaded by shim. | 118 | directly or indirectly loaded by shim. Currently, this certificate is |
119 | not used by default. | ||
119 | 120 | ||
120 | - shim_cert.key | 121 | - shim_cert.key |
121 | The private key corresponding to shim_cert.crt, used to sign the images | 122 | The private key corresponding to shim_cert.crt, used to sign the images |
122 | either directly or indirectly loaded by shim. | 123 | either directly or indirectly loaded by shim. Currently, this certificate |
124 | is not used by default. | ||
123 | 125 | ||
124 | - vendor_cert.crt | 126 | - vendor_cert.crt |
125 | Act as the same way as shim_cert.crt. In addition, vendor certificate | 127 | Act as the same way as shim_cert.crt. In addition, vendor certificate |