diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-12 00:55:03 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-12 00:56:46 +0200 |
commit | 30adf34fee77c620c9ddbb81dba898f7567be6ab (patch) | |
tree | e38fed6840f740244177df7e4c6db0571a6f0414 | |
parent | 0d63789a46af76004af4dbe9a9567dc17d44b6bd (diff) | |
download | VeraCrypt-DCS-30adf34fee77c620c9ddbb81dba898f7567be6ab.tar.gz VeraCrypt-DCS-30adf34fee77c620c9ddbb81dba898f7567be6ab.zip |
Add support for new Acer Wistron Secure Flash certificate in SecureBoot powershell script
-rw-r--r-- | SecureBoot/certs/Acer_Wistron_Secure_Flash_2013-05-17.crt | bin | 0 -> 816 bytes | |||
-rw-r--r-- | SecureBoot/sb_set_siglists.ps1 | 1 | ||||
-rw-r--r-- | SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList.bin | bin | 0 -> 844 bytes | |||
-rw-r--r-- | SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList_Serialization.bin | bin | 0 -> 884 bytes | |||
-rw-r--r-- | SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList_Serialization.bin.p7 | bin | 0 -> 1492 bytes |
5 files changed, 1 insertions, 0 deletions
diff --git a/SecureBoot/certs/Acer_Wistron_Secure_Flash_2013-05-17.crt b/SecureBoot/certs/Acer_Wistron_Secure_Flash_2013-05-17.crt Binary files differnew file mode 100644 index 0000000..ef90358 --- /dev/null +++ b/SecureBoot/certs/Acer_Wistron_Secure_Flash_2013-05-17.crt diff --git a/SecureBoot/sb_set_siglists.ps1 b/SecureBoot/sb_set_siglists.ps1 index 04272f5..6e6f501 100644 --- a/SecureBoot/sb_set_siglists.ps1 +++ b/SecureBoot/sb_set_siglists.ps1 @@ -39,6 +39,7 @@ Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath $scriptPath\sigli # Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath $scriptPath\siglists\Acer_Quanta_NB4_2012-07-18_SigList.bin -SignedFilePath $scriptPath\siglists\Acer_Quanta_NB4_2012-07-18_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true
# Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath $scriptPath\siglists\Acer_ABO_2010-12-31_SigList.bin -SignedFilePath $scriptPath\siglists\Acer_ABO_2010-12-31_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true
# Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath $scriptPath\siglists\Acer_DisablePW_2012-12-31_SigList.bin -SignedFilePath $scriptPath\siglists\Acer_DisablePW_2012-12-31_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true
+# Set-SecureBootUEFI -Time 2018-07-05T00:00:00Z -ContentFilePath $scriptPath\siglists\Acer_Wistron_Secure_Flash_2013-05-17_SigList.bin -SignedFilePath $scriptPath\siglists\Acer_Wistron_Secure_Flash_2013-05-17_SigList_Serialization.bin.p7 -Name db -AppendWrite:$true
############### ASUS ###############
# Write-Host "Setting KEK-signed ASUS certs in db..."
diff --git a/SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList.bin b/SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList.bin Binary files differnew file mode 100644 index 0000000..8b315e7 --- /dev/null +++ b/SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList.bin diff --git a/SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList_Serialization.bin b/SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList_Serialization.bin Binary files differnew file mode 100644 index 0000000..f6ad491 --- /dev/null +++ b/SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList_Serialization.bin diff --git a/SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList_Serialization.bin.p7 b/SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList_Serialization.bin.p7 Binary files differnew file mode 100644 index 0000000..19e3455 --- /dev/null +++ b/SecureBoot/siglists/Acer_Wistron_Secure_Flash_2013-05-17_SigList_Serialization.bin.p7 |