Skip to content

Commit

Permalink
signtool.sh: add verbose logging to osslsigncode
Browse files Browse the repository at this point in the history
In the issue mentioned below, we've been investigating a problem where
code signing _sometimes_ hangs on arm64, but not consistently. It seems
to hang somewhere around the osslsigncode.exe process. Let's add some
verbose logging there to see if it helps us in the debugging process
somehow...

Ref: git-for-windows/git#3107 (comment)
Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
  • Loading branch information
dennisameling committed Aug 22, 2023
1 parent b0f5cb3 commit dfd2a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signtool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type osslsigncode >/dev/null 2>&1 || {

s () {
osslsigncode.exe sign \
-verbose \
-pkcs12 "$HOME/.sig/codesign.p12" \
-readpass "$HOME/.sig/codesign.pass" \
-ts http://timestamp.comodoca.com?td=sha256 \
Expand Down

0 comments on commit dfd2a02

Please sign in to comment.