Skip to content

Commit

Permalink
chore: testing installation of digicert tools
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 committed Mar 26, 2024
1 parent 0ca04a6 commit 194e563
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cert-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ jobs:
shell: cmd

- name: Signing using Signtool
env:
SM_API_KEY: ${{ secrets.CODE_SIGNING_API_KEY }}
run: |
signtool.exe sign /sha1 ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} /tr http://timestamp.digicert.com /td SHA256 /fd SHA256 "smtools-windows-x64.msi"
signtool.exe sign /sha1 ${{ secrets.CODE_SIGNING_CERT_SHA1_HASH }} /tr http://timestamp.digicert.com /td SHA256 /fd SHA256 "smtools-windows-x64.msi"
signtool.exe verify /v /pa "smtools-windows-x64.msi"

0 comments on commit 194e563

Please sign in to comment.