Skip to content

Commit c00e316

Browse files
committed
Switch to SHA256 timestamp signatures to fix build failure
It seems that Sectigo's timestamping server has started failing to provide timestamping for the default settings. Presumably this is part of their CA expiry that happened at the end of May? Explicitly requesting SHA256 instead is better, and seems like it's been well supported for years.
1 parent 0963a7e commit c00e316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron-forge.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
path.resolve('./certificates/encrypted-win-cert.pfx')
6060
}" /p "${
6161
ELECTRON_FORGE_ELECTRON_WINSTALLER_CONFIG_CERTIFICATE_PASSWORD
62-
}" /tr http://timestamp.comodoca.com/`
62+
}" /tr http://timestamp.comodoca.com/ /td sha256`
6363
},
6464
"electronInstallerDMG": {
6565
"name": "HTTP Toolkit",

0 commit comments

Comments
 (0)