Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sondresolbakken committed Aug 4, 2023
1 parent 2646010 commit fb83bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/digicert-signing-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
GITHUB_WORKSPACE: ${{ github.workspace }}
run: |
smctl cert save --keypair-alias="key_464138416" --name "cert.pem" --out "${{ env.GITHUB_WORKSPACE }}"
osslsigncode sign -v -pkcs11engine "/usr/lib/x86_64-linux-gnu/engines-1.1/libpkcs11.so" -pkcs11module "/tmp/DigiCert One Signing Manager Tools/smtools-linux-x64/smpkcs11.so" -certs /home/runner/work/code-sign-action/code-sign-action/cert.pem -key 'pkcs11:object=key_464138416;type=private' -in "test.dll" -out "signed-test.dll" -h sha256 -t http://timestamp.digicert.com
osslsigncode sign -v -pkcs11engine "/usr/lib/x86_64-linux-gnu/engines-1.1/libpkcs11.so" -pkcs11module "/tmp/DigiCert One Signing Manager Tools/smtools-linux-x64/smpkcs11.so" -certs /home/runner/work/code-sign-action/code-sign-action/cert.pem -key 'pkcs11:object=key_464138416;type=private' -in "sign.sh" -out "signed-test.dll" -h sha256 -t http://timestamp.digicert.com
shell: bash

# - name: Working version of signing with smctl Jsign
Expand All @@ -83,5 +83,5 @@ jobs:
env:
GITHUB_WORKSPACE: ${{ github.workspace }}
run: |
osslsigncode verify -in "test.dll"
osslsigncode verify -in "signed-test.dll"
shell: bash

0 comments on commit fb83bf0

Please sign in to comment.