mirror of
https://github.com/pbatard/Fido.git
synced 2026-02-28 08:06:49 +01:00
Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea425ffbec | ||
|
|
41d5b8e79f | ||
|
|
0d5a7fed87 | ||
|
|
2fc1739224 | ||
|
|
96c3637863 | ||
|
|
c034a4e72a | ||
|
|
ce405fa35c | ||
|
|
5402fc6222 | ||
|
|
f8cec58032 | ||
|
|
ec4673831c | ||
|
|
3f791c6c4c | ||
|
|
29d8150b04 | ||
|
|
f55fd2932c | ||
|
|
06a14ba11c | ||
|
|
4e6f25f351 | ||
|
|
d43d7aeee3 | ||
|
|
d8b2d24242 | ||
|
|
903cae2f00 | ||
|
|
5d4a4d7d14 |
@@ -1,5 +1,5 @@
|
||||
Fido: A PowerShell download script for Microsoft Windows and UEFI Shell ISOs
|
||||
============================================================================
|
||||
Fido: A PowerShell script to download Windows and UEFI Shell ISOs
|
||||
=================================================================
|
||||
|
||||
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
|
||||
[](https://github.com/pbatard/Fido/releases)
|
||||
|
||||
2
sign.sh
2
sign.sh
@@ -21,7 +21,7 @@ sign_file() {
|
||||
}
|
||||
|
||||
# Update the Authenticode signature
|
||||
MSYS2_ARG_CONV_EXCL='*' "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x64\signtool" sign /v /sha1 3dbc3a2a0e9ce8803b422cfdbc60acd33164965d /fd SHA256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td SHA256 Fido.ps1
|
||||
MSYS2_ARG_CONV_EXCL='*' "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x64\signtool" sign /v /sha1 fc4686753937a93fdcd48c2bb4375e239af92dcb /fd SHA256 /tr http://timestamp.digicert.com /td SHA256 Fido.ps1
|
||||
read -s -p "Enter pass phrase for `realpath $PRIVATE_KEY`: " PASSWORD
|
||||
echo
|
||||
# Confirm that the pass phrase is valid by trying to sign a dummy file
|
||||
|
||||
Reference in New Issue
Block a user