Skip to content

Commit b490be5

Browse files
committed
Use SHA256 and RFC3161 instead of authenticode
1 parent d958e4f commit b490be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sign-exe

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ then
88
exit 1
99
fi
1010

11-
java -jar "$releaseDir/dependencies/jsign-1.3-SNAPSHOT.jar" -s "$jarsignerStoreLocation" --storepass "$jarsignerStorePassword" --keypass "$jarsignerCodeSigningKeyPassword" --storetype jks -a "$jarsignerAlias" -t http://timestamp.comodoca.com/authenticode -n "$2" -u https://freenetproject.org "$1" || exit
11+
java -jar "$releaseDir/dependencies/jsign-1.3-SNAPSHOT.jar" -s "$jarsignerStoreLocation" --storepass "$jarsignerStorePassword" --keypass "$jarsignerCodeSigningKeyPassword" --storetype jks -a "$jarsignerAlias" -d SHA-256 -m RFC3161 -t http://timestamp.comodoca.com/rfc3161 -n "$2" -u https://freenetproject.org "$1" || exit
1212

0 commit comments

Comments
 (0)