Authenticode code signing failure with X10
Posted: Wed Oct 28, 2020 10:05 am
I'm using InstallAware X10. I recently renewed a code signing certificate and InstallAware reports a failure trying to sign the installer.
I can successfully use signtool.exe to manually sign executable files - so the certificate is good. I use the command:
signtool sign /f "filename.pfx" /p %pwd% /t http://timestamp.comodoca.com/authenticode file_to_sign.exe
I've tried the Installaware test program for signing a file with various urls (including the one above) and:
http://timestamp.digicert.com
http://timestamp.comodoca.com/rfc3161
and every other one in the InstallAware test signing app.
...but all fail.
I exported the certificate to pfx file using sha256 and using TripleDes - all signing through InstallAware fails with both formats.
What could be the issue?
I can successfully use signtool.exe to manually sign executable files - so the certificate is good. I use the command:
signtool sign /f "filename.pfx" /p %pwd% /t http://timestamp.comodoca.com/authenticode file_to_sign.exe
I've tried the Installaware test program for signing a file with various urls (including the one above) and:
http://timestamp.digicert.com
http://timestamp.comodoca.com/rfc3161
and every other one in the InstallAware test signing app.
...but all fail.
I exported the certificate to pfx file using sha256 and using TripleDes - all signing through InstallAware fails with both formats.
What could be the issue?