SignTool Error: No certificates were found
Hi!
I have I have some application that build in Appveyor by custom build script:
build_script:
- cmd: python ./build.py {some parameters}
and when I'm trying to sign my exe files I receive error:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe sign /tr http://timestamp.comodoca.com /td sha256 /fd sha256 /a .\Publish\Build\abyss.exe
SignTool Error: No certificates were found that met all the given criteria.
Currently, files are signed using a USB cryptographic token (Sectigo (Comodo) Extended Validation Code Signing Certificate), which is connected to one of the servers.
The operation of this e-token is carried out through the SafeNet authentication client program, which blocks the operation of the e-token when the user connects to the server via RDP. There is also no way to back up the certificate as the private key is not exported (lack of additional security).
How do I use a certificate to sign my files?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 28 Mar, 2021 07:00 PM
There is no an easy way to sing with hardware token in the cloud.
Some helpful links:
https://stackoverflow.com/questions/57475144/how-to-sign-code-built...
https://azure.microsoft.com/en-ca/services/azure-dedicated-hsm/
Feodor Fitsner closed this discussion on 28 May, 2021 09:04 PM.