We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a371e7d commit 2e1d604Copy full SHA for 2e1d604
1 file changed
sign.ps1
@@ -19,7 +19,7 @@ if (-not $env:SIGNED_BINARY_NAME) {
19
}
20
21
jarsigner -verbose `
22
- -tsa https://timestamp.digicert.com `
+ -tsa http://timestamp.digicert.com `
23
-keystore NONE `
24
-storetype PKCS11 `
25
-storepass $env:DIGICERT_TOKEN_PASSWORD `
0 commit comments