Skip to content

Commit

Permalink
Update windows codesigning certificate (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless authored Jun 16, 2021
1 parent b8728f8 commit d622b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ notarize-check-%:
# Using the `osslsigncode` we can sign windows binaries from
# non-windows platforms.
codesign-windows: codesign-windows-launcher.exe codesign-windows-osquery-extension.exe
codesign-windows-%: P12 = ~/Documents/kolide-codesigning-2020.p12
codesign-windows-%: P12 = ~/Documents/kolide-codesigning-2021-04.p12
codesign-windows-%:
@if [ -z "${AUTHENTICODE_PASSPHRASE}" ]; then echo "Missing AUTHENTICODE_PASSPHRASE"; exit 1; fi
mv build/windows.amd64/$* build/windows.amd64/$*.tmp
Expand Down

0 comments on commit d622b10

Please sign in to comment.