Hallo,
bei Verwendung von Comodo mit signtool erhalte ich eine Fehlermeldung:
Code:
signtool sign /v /f Demo_SPC.pfx /tr http://timestamp.comodoca.com/rfc3161 /td sha256 MyExecutable.exe
The following certificate was selected:
Issued to: Demo_SPC
Issued by: Demo_CA
Expires: Sun Jan 01 01:59:59 2040
SHA1 hash: B80225071995ECADDD4B89E384619D158C7B8A21
Done Adding Additional Store
SignTool Error: An unexpected internal error has occurred.
Error information: "Error: SignerSign() failed." (-2145844845/0x80190193)
Die
URL http://timestamp.comodoca.com/rfc3161 habe ich aus
https://superuser.com/questions/1037...g-on-windows-7
Ist dies die richtige
URL? Die Dokumentation unter
https://support.comodo.com/index.php...tamping-server gibt nur die
URL http://timestamp.comodoca.com an, nicht die Varianten je nach Verwendung des /t oder des /tr Parameters. Mit
http://timestamp.comodoca.com (ohne /rfc3161) erhalte ich ebenfalls einen Fehler:
Code:
signtool sign /v /f Demo_SPC.pfx /tr http://timestamp.comodoca.com /td sha256 MyExecutable.exe
The following certificate was selected:
Issued to: Demo_SPC
Issued by: Demo_CA
Expires: Sun Jan 01 01:59:59 2040
SHA1 hash: 5C4ACE3323CD7211C765965E1604DD34233572AD
Done Adding Additional Store
SignTool Error: An unexpected internal error has occurred.
Error information: "Error: SignerSign() failed." (-2145844845/0x80190193)