diff options
-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 |