Skip to content

Instantly share code, notes, and snippets.

@jfcherng
Created June 12, 2022 03:26
Show Gist options
  • Select an option

  • Save jfcherng/2f75d4e9e980c10c799eea003a6ac267 to your computer and use it in GitHub Desktop.

Select an option

Save jfcherng/2f75d4e9e980c10c799eea003a6ac267 to your computer and use it in GitHub Desktop.

Revisions

  1. jfcherng created this gist Jun 12, 2022.
    3 changes: 3 additions & 0 deletions signtool.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ```bash
    signtool.exe sign -a -tr http://timestamp.sectigo.com -td sha256 -fd sha256 YOUR_FILE_PATH
    ```