diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-07-07 13:42:47 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-07-07 13:44:30 +0200 |
commit | c2c9212bb570e00153c51c03131fcc91c5a89266 (patch) | |
tree | f82f3438ab065964c3a201f976a7d7f935593003 /SecureBoot | |
parent | 201936e98a36ae5027ad4ac351d4d7a2fc1f1f8d (diff) | |
download | VeraCrypt-DCS-c2c9212bb570e00153c51c03131fcc91c5a89266.tar.gz VeraCrypt-DCS-c2c9212bb570e00153c51c03131fcc91c5a89266.zip |
Add support for Lenovo Yoga720 EFI certificate in SecureBoot powershell script
Diffstat (limited to 'SecureBoot')
-rw-r--r-- | SecureBoot/certs/Lenovo_4MYoga720-15IKB_2016-11-09.crt | bin | 0 -> 823 bytes | |||
-rw-r--r-- | SecureBoot/sb_set_siglists.ps1 | 1 | ||||
-rw-r--r-- | SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList.bin | bin | 0 -> 851 bytes | |||
-rw-r--r-- | SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList_Serialization.bin | bin | 0 -> 891 bytes | |||
-rw-r--r-- | SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList_Serialization.bin.p7 | bin | 0 -> 1492 bytes |
5 files changed, 1 insertions, 0 deletions
diff --git a/SecureBoot/certs/Lenovo_4MYoga720-15IKB_2016-11-09.crt b/SecureBoot/certs/Lenovo_4MYoga720-15IKB_2016-11-09.crt Binary files differnew file mode 100644 index 0000000..196de32 --- /dev/null +++ b/SecureBoot/certs/Lenovo_4MYoga720-15IKB_2016-11-09.crt diff --git a/SecureBoot/sb_set_siglists.ps1 b/SecureBoot/sb_set_siglists.ps1 index d7f6baa..2ef5116 100644 --- a/SecureBoot/sb_set_siglists.ps1 +++ b/SecureBoot/sb_set_siglists.ps1 @@ -61,6 +61,7 @@ Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath siglists\MicCorUE # Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath siglists\Lenovo_2JYoga910_2015-12-02_SigList.bin -SignedFilePath siglists\Lenovo_2JYoga910_2015-12-02_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true
# Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath siglists\Lenovo_LCFC_2015-05-29_SigList.bin -SignedFilePath siglists\Lenovo_LCFC_2015-05-29_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true
# Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath siglists\Lenovo_Mocca_2012-06-20_SigList.bin -SignedFilePath siglists\Lenovo_Mocca_2012-06-20_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true
+# Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath siglists\Lenovo_4MYoga720-15IKB_2016-11-09_SigList.bin -SignedFilePath siglists\Lenovo_4MYoga720-15IKB_2016-11-09_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true
############### Toshiba ###############
diff --git a/SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList.bin b/SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList.bin Binary files differnew file mode 100644 index 0000000..e2afe35 --- /dev/null +++ b/SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList.bin diff --git a/SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList_Serialization.bin b/SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList_Serialization.bin Binary files differnew file mode 100644 index 0000000..fbf3a92 --- /dev/null +++ b/SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList_Serialization.bin diff --git a/SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList_Serialization.bin.p7 b/SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList_Serialization.bin.p7 Binary files differnew file mode 100644 index 0000000..3b2129a --- /dev/null +++ b/SecureBoot/siglists/Lenovo_4MYoga720-15IKB_2016-11-09_SigList_Serialization.bin.p7 |