我尝试使用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文件。可以进行数字签名的文件是什么?
答案 0 :(得分:-1)
转到Visual Studio开发人员命令提示符并使用bellow命令:
mage -sign "your exe file path" -CertFile "your certificate path" -Password "password"