2
0
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-31 14:06:08 +02:00
rufus/_sign.cmd

4 lines
208 B
Batchfile
Raw Normal View History

@echo off
2017-11-17 18:28:44 +01:00
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool" sign /v /sha1 5759b23dc8f45e9120a7317f306e5b6890b612f0 /fd SHA256 /tr http://timestamp.comodoca.com/rfc3161 /td SHA256 %1
exit