ZXPSignCmd sign process is broken (segmentation fault)
Looks like the ZXP sign process is broken both on macOS and Windows.
- macOS: Signing process ends with: [1] 21894 segmentation fault ./ZXPSignCmd -sign mypassword -tsa
- Window: just fails with no error
- Command that fails: ./ZXPSignCmd -sign "/Users/admin/Desktop/extension/dist/cep" "/Users/admin/Desktop/extension/dist/zxp/com.my.extension.cep.zxp" "/Users/admin/Desktop/extension/lib/.tmp/com.my.extension.cep-cert.p12" mypassword -tsa http://timestamp.digicert.com/
- None of the environments nor macOS nor Windows has changed. It just worked yesterday and today it's not.
- ZXPSignCmd has proper executable rights
- Tried changing timestamp servers
- Tried using different network connection
- Verified with different repos/tools
- Tested on ARM/x64 macOS, ARM/x64 Windows. All fail to sign
- Confirmed the same behavior by many devs
