SignTool错误:无法对此文件格式进行签名,因为无法识别

时间:2016-02-05 10:34:14

标签: digital-signature signtool e-token

我尝试使用signtool.exe对pdf文件进行数字签名。这是我用于

的命令
D:>signtool sign /a /t http://timestamp.digicert.com /n "Name of certificate issued" "E:\xxx.pdf"

它给我的错误如下

SignTool Error: This file format cannot be signed because it is not recognized.

但它可以签署一个exe文件。可以进行数字签名的文件是什么?

1 个答案:

答案 0 :(得分:-1)

转到Visual Studio开发人员命令提示符并使用bellow命令:

mage -sign "your exe file path" -CertFile "your certificate path" -Password "password"