signtool sign sha256

signtool 微軟參考文檔 https://docs.microsoft.com/zh-cn/windows/win32/seccrypto/signtool

使用signtool簽名參考文檔 https://docs.microsoft.com/en-us/windows/win32/seccrypto/using-signtool-to-sign-a-file

sha1簽名方式

signtool.exe sign /f MyCert.pfx /p <PFX password>  /t http://timestamp.comodoca.com /v foo.exe

sha256簽名方式

signtool.exe sign /f MyCert.pfx /p <PFX password> /fd sha256 /tr http://timestamp.comodoca.com/?td=sha256 /td sha256 /as /v foo.exe

sha256,簽名的時候,一定要把/fd sha256 /td sha256結合使用

參考文檔https://www.getssl.cn/support/%E4%BB%A3%E7%A0%81%E7%AD%BE%E5%90%8D-signtool/

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章