We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bcfc6 commit 3636ddfCopy full SHA for 3636ddf
packages/signing-utils/src/garasign.sh
@@ -57,7 +57,7 @@ jsign_sign() {
57
-v $directory:$directory \
58
-w $directory \
59
${ARTIFACTORY_HOST}/release-tools-container-registry-local/garasign-jsign \
60
- /bin/bash -c "jsign -t 'http://timestamp.digicert.com' -a 'mongo-authenticode-2024' '$file'"
+ /bin/bash -c "jsign --verbose --debug -t 'http://timestamp.digicert.com' -a 'mongo-authenticode-2024' '$file'"
61
}
62
63
rpm_gpg_sign() {
0 commit comments