或者 signtool timestamp /t http://timestamp.verisign.com/scripts/timstamp.dll MyFile.exe 运行后报错如下: SignTool Error: An error occurred while attempting to timestamp: MyFile.exe SignTool Error: An unexpected internal error has occurred. Error information: "SignerTimeStamp() failed." (-2...
E:\software\SignTool>signtool timestamp /tr http://127.0.0.1:8154/tsa/TSS/RFC3161sha2TS E:\msdia80.dll SignTool Error: An error occurred while attempting to timestamp: E:\msdia80.dll SignTool Error: An unexpected internal error has occurred. Error information: "SignerTimeStampEx3() faile...
signtool sign /f certfile.pfx /p password /thttp://timestamp.digicert.com/v myfile.exe 验证签名:使用Signtool命令行工具,指定要验证的文件,执行验证操作。例如: signtool verify /pa /v myfile.exe 需要注意的是,使用Signtool进行数字签名需要具备有效的数字证书,并且建议选择由受信任的证书颁发机构(CA...
signtool timestamp /tr http://timestamp.digicert.com /td SHA256 MyFile.exe 下列命令會確認檔案是否已簽署。 主控台 signtool verify MyFile.exe 下列命令會驗證可在目錄中登入的系統檔案。 主控台 signtool verify /a SystemFile.dll 下列命令會驗證在名為MyCatalog.cat的目錄中登入的系統檔案。
timestamp 將SignTool 設定為時間戳,其名稱是由FileName自變數所指定的檔案。 verify 設定SignTool 來驗證 FileName自變數所指定之檔案的數位簽名。 Catdb 作業選項 /d 設定SignTool 以更新目錄資料庫。如果未使用 /d和/g選項,SignTool 會更新系統元件和驅動程序資料庫。
SignTool sign /fd hashAlgorithm /a /f signingCert.pfx /p password /tr timestampServerUrl filepath.appx 使/trtimestampServerUrl参数等于 RFC 3161 时间戳服务器的 URL。 注解 本部分讨论如何排查应用包的签名错误。 排除应用包签名错误 除了SignTool可以返回的签名错误之外,SignTool还可以返回特定于应用包签...
下列选项适用于timestamp命令。 Timestamp 选项 说明 /tURL 必需。指定时间戳服务器的 URL。要执行时间戳操作的文件必须在以前已经进行了签名。 下列选项适用于verify命令。 Sign 选项 说明 /a 指定可以使用所有方法来验证文件。首先,搜索目录数据库以确定是否在目录中对文件进行了签名。如果未在任何目录中对文件进行...
signtool timestamp /tr http://timestamp.digicert.com /td SHA256 MyFile.exe 以下命令确认文件已签名。 控制台 signtool verify MyFile.exe 以下命令验证可能已在目录中签名的系统文件。 控制台 signtool verify /a SystemFile.dll 以下命令验证已在名为MyCatalog.cat目录中签名的系统文件。
timestamp 配置SignTool,以时间戳文件名称由FileName参数指定。 验证 配置SignTool 以验证由 FileName参数指定其名称的文件的数字签名。 Catdb 操作选项 /d 配置SignTool 以更新目录数据库。如果未使用 /d和/g选项,SignTool 将更新系统组件和驱动程序数据库。
signtool timestamp /t http://timestamp.verisgn/com/scripts.timstamp.dll MyFile.exe 以下命令验证已经签名的文件。 复制 signtool verify MyFile.exe 以下命令验证可能已经在目录中签过名的系统文件。 复制 signtool verify /a SystemFile.dll 以下命令验证在名为 MyCatalog.cat 目录中已签字的系统文件。