From 670470aa927df97d74708288842e4a518cf3b5f2 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 5 Jul 2018 12:40:51 +0200 Subject: Add new Acer and Toshiba certificates to the SecureBoot PowerShell script --- SecureBoot/certs/Acer_ABO_2010-12-31.crt | Bin 0 -> 757 bytes SecureBoot/certs/Acer_DisablePW_2012-12-31.crt | Bin 0 -> 775 bytes SecureBoot/certs/Toshiba_QCI_2012-07-24.crt | Bin 0 -> 822 bytes SecureBoot/certs/Toshiba_QCI_Shell_2012-07-24.crt | Bin 0 -> 810 bytes SecureBoot/sb_set_siglists.ps1 | 4 ++++ SecureBoot/siglists/Acer_ABO_2010-12-31_SigList.bin | Bin 0 -> 785 bytes .../Acer_ABO_2010-12-31_SigList_Serialization.bin | Bin 0 -> 825 bytes SecureBoot/siglists/Acer_DisablePW_2012-12-31_SigList.bin | Bin 0 -> 803 bytes .../Acer_DisablePW_2012-12-31_SigList_Serialization.bin | Bin 0 -> 843 bytes SecureBoot/siglists/Toshiba_QCI_2012-07-24_SigList.bin | Bin 0 -> 850 bytes .../Toshiba_QCI_2012-07-24_SigList_Serialization.bin | Bin 0 -> 890 bytes .../siglists/Toshiba_QCI_Shell_2012-07-24_SigList.bin | Bin 0 -> 838 bytes ...Toshiba_QCI_Shell_2012-07-24_SigList_Serialization.bin | Bin 0 -> 878 bytes 13 files changed, 4 insertions(+) create mode 100644 SecureBoot/certs/Acer_ABO_2010-12-31.crt create mode 100644 SecureBoot/certs/Acer_DisablePW_2012-12-31.crt create mode 100644 SecureBoot/certs/Toshiba_QCI_2012-07-24.crt create mode 100644 SecureBoot/certs/Toshiba_QCI_Shell_2012-07-24.crt create mode 100644 SecureBoot/siglists/Acer_ABO_2010-12-31_SigList.bin create mode 100644 SecureBoot/siglists/Acer_ABO_2010-12-31_SigList_Serialization.bin create mode 100644 SecureBoot/siglists/Acer_DisablePW_2012-12-31_SigList.bin create mode 100644 SecureBoot/siglists/Acer_DisablePW_2012-12-31_SigList_Serialization.bin create mode 100644 SecureBoot/siglists/Toshiba_QCI_2012-07-24_SigList.bin create mode 100644 SecureBoot/siglists/Toshiba_QCI_2012-07-24_SigList_Serialization.bin create mode 100644 SecureBoot/siglists/Toshiba_QCI_Shell_2012-07-24_SigList.bin create mode 100644 SecureBoot/siglists/Toshiba_QCI_Shell_2012-07-24_SigList_Serialization.bin diff --git a/SecureBoot/certs/Acer_ABO_2010-12-31.crt b/SecureBoot/certs/Acer_ABO_2010-12-31.crt new file mode 100644 index 0000000..09585a9 Binary files /dev/null and b/SecureBoot/certs/Acer_ABO_2010-12-31.crt differ diff --git a/SecureBoot/certs/Acer_DisablePW_2012-12-31.crt b/SecureBoot/certs/Acer_DisablePW_2012-12-31.crt new file mode 100644 index 0000000..8d7af17 Binary files /dev/null and b/SecureBoot/certs/Acer_DisablePW_2012-12-31.crt differ diff --git a/SecureBoot/certs/Toshiba_QCI_2012-07-24.crt b/SecureBoot/certs/Toshiba_QCI_2012-07-24.crt new file mode 100644 index 0000000..461c91a Binary files /dev/null and b/SecureBoot/certs/Toshiba_QCI_2012-07-24.crt differ diff --git a/SecureBoot/certs/Toshiba_QCI_Shell_2012-07-24.crt b/SecureBoot/certs/Toshiba_QCI_Shell_2012-07-24.crt new file mode 100644 index 0000000..496f764 Binary files /dev/null and b/SecureBoot/certs/Toshiba_QCI_Shell_2012-07-24.crt differ diff --git a/SecureBoot/sb_set_siglists.ps1 b/SecureBoot/sb_set_siglists.ps1 index 24ca011..54e50be 100644 --- a/SecureBoot/sb_set_siglists.ps1 +++ b/SecureBoot/sb_set_siglists.ps1 @@ -40,6 +40,8 @@ Set-SecureBootUEFI -Time 2016-08-08T00:00:00Z -ContentFilePath siglists\MicCorUE # Set-SecureBootUEFI -Time 2016-08-08T00:00:00Z -ContentFilePath siglists\Acer_db_Manufacture_2015-06-17_SigList.bin -SignedFilePath siglists\Acer_db_Manufacture_2015-06-17_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true # Set-SecureBootUEFI -Time 2016-08-08T00:00:00Z -ContentFilePath siglists\Acer_LINPUS_2012-10-09_SigList.bin -SignedFilePath siglists\Acer_LINPUS_2012-10-09_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true # Set-SecureBootUEFI -Time 2016-08-08T00:00:00Z -ContentFilePath siglists\Acer_Quanta_NB4_2012-07-18_SigList.bin -SignedFilePath siglists\Acer_Quanta_NB4_2012-07-18_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true +# Set-SecureBootUEFI -Time 2016-08-08T00:00:00Z -ContentFilePath siglists\Acer_ABO_2010-12-31_SigList.bin -SignedFilePath siglists\Acer_ABO_2010-12-31_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true +# Set-SecureBootUEFI -Time 2016-08-08T00:00:00Z -ContentFilePath siglists\Acer_DisablePW_2012-12-31_SigList.bin -SignedFilePath siglists\Acer_DisablePW_2012-12-31_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true ############### ASUS ############### # Set-SecureBootUEFI -Time 2016-08-08T00:00:00Z -ContentFilePath siglists\ASUSTeK_MotherBoard_SW_Key_Certificate_2011-12_27_SigList.bin -SignedFilePath siglists\ASUSTeK_MotherBoard_SW_Key_Certificate_2011-12_27_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true @@ -60,5 +62,7 @@ Set-SecureBootUEFI -Time 2016-08-08T00:00:00Z -ContentFilePath siglists\MicCorUE ############### Toshiba ############### # Set-SecureBootUEFI -Time 2016-08-08T00:00:00Z -ContentFilePath siglists\Toshiba_Corporation_Utility_CA_2012-08-10_SigList.bin -SignedFilePath siglists\Toshiba_Corporation_Utility_CA_2012-08-10_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true +# Set-SecureBootUEFI -Time 2016-08-08T00:00:00Z -ContentFilePath siglists\Toshiba_QCI_2012-07-24_SigList.bin -SignedFilePath siglists\Toshiba_QCI_2012-07-24_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true +# Set-SecureBootUEFI -Time 2016-08-08T00:00:00Z -ContentFilePath siglists\Toshiba_QCI_Shell_2012-07-24_SigList.bin -SignedFilePath siglists\Toshiba_QCI_Shell_2012-07-24_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true diff --git a/SecureBoot/siglists/Acer_ABO_2010-12-31_SigList.bin b/SecureBoot/siglists/Acer_ABO_2010-12-31_SigList.bin new file mode 100644 index 0000000..db88eae Binary files /dev/null and b/SecureBoot/siglists/Acer_ABO_2010-12-31_SigList.bin differ diff --git a/SecureBoot/siglists/Acer_ABO_2010-12-31_SigList_Serialization.bin b/SecureBoot/siglists/Acer_ABO_2010-12-31_SigList_Serialization.bin new file mode 100644 index 0000000..1b88038 Binary files /dev/null and b/SecureBoot/siglists/Acer_ABO_2010-12-31_SigList_Serialization.bin differ diff --git a/SecureBoot/siglists/Acer_DisablePW_2012-12-31_SigList.bin b/SecureBoot/siglists/Acer_DisablePW_2012-12-31_SigList.bin new file mode 100644 index 0000000..20db064 Binary files /dev/null and b/SecureBoot/siglists/Acer_DisablePW_2012-12-31_SigList.bin differ diff --git a/SecureBoot/siglists/Acer_DisablePW_2012-12-31_SigList_Serialization.bin b/SecureBoot/siglists/Acer_DisablePW_2012-12-31_SigList_Serialization.bin new file mode 100644 index 0000000..7ce4056 Binary files /dev/null and b/SecureBoot/siglists/Acer_DisablePW_2012-12-31_SigList_Serialization.bin differ diff --git a/SecureBoot/siglists/Toshiba_QCI_2012-07-24_SigList.bin b/SecureBoot/siglists/Toshiba_QCI_2012-07-24_SigList.bin new file mode 100644 index 0000000..e6ab766 Binary files /dev/null and b/SecureBoot/siglists/Toshiba_QCI_2012-07-24_SigList.bin differ diff --git a/SecureBoot/siglists/Toshiba_QCI_2012-07-24_SigList_Serialization.bin b/SecureBoot/siglists/Toshiba_QCI_2012-07-24_SigList_Serialization.bin new file mode 100644 index 0000000..1d5ecdb Binary files /dev/null and b/SecureBoot/siglists/Toshiba_QCI_2012-07-24_SigList_Serialization.bin differ diff --git a/SecureBoot/siglists/Toshiba_QCI_Shell_2012-07-24_SigList.bin b/SecureBoot/siglists/Toshiba_QCI_Shell_2012-07-24_SigList.bin new file mode 100644 index 0000000..d9c4dfb Binary files /dev/null and b/SecureBoot/siglists/Toshiba_QCI_Shell_2012-07-24_SigList.bin differ diff --git a/SecureBoot/siglists/Toshiba_QCI_Shell_2012-07-24_SigList_Serialization.bin b/SecureBoot/siglists/Toshiba_QCI_Shell_2012-07-24_SigList_Serialization.bin new file mode 100644 index 0000000..c887adc Binary files /dev/null and b/SecureBoot/siglists/Toshiba_QCI_Shell_2012-07-24_SigList_Serialization.bin differ -- cgit v1.2.3