Skip to content

Commit 2e1d604

Browse files
committed
Use http
1 parent a371e7d commit 2e1d604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sign.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (-not $env:SIGNED_BINARY_NAME) {
1919
}
2020

2121
jarsigner -verbose `
22-
-tsa https://timestamp.digicert.com `
22+
-tsa http://timestamp.digicert.com `
2323
-keystore NONE `
2424
-storetype PKCS11 `
2525
-storepass $env:DIGICERT_TOKEN_PASSWORD `

0 commit comments

Comments
 (0)