请稍候...
  • 通配符证书Wildcard SSL,部署全网HTTPS必备
  • 为什么使用企业型SSL证书?
  • 增强型证书EV SSL,完美支持地址栏显示中文企业名称
  • HTTPS今天你用了吗?
  • 多域名SANS/UCC SSL证书,全面支持Exchange Server 2..
  • 选择SSL证书产品遇到问题?

Symantec Code Signing 代码签名证书操作指南

点击数:195492016-08-29 00:00:00 来源: 中国数字证书CHINASSL

tart > Run
  1. Type CMD > click OK
  2. At the command prompt, enter the directory where signtool exists
    Note: The tool is installed in the \Bin folder of the Microsoft Windows Software Development Kit (SDK) installation path
  3. Run the following:

 

SHA1签名算法与时间戳使用说明SHA-1 with Timestamp

signtool.exe sign /f MyCert.pfx /p MyPassword /fd sha1 /t 
http://timestamp.verisign.com/scripts/timstamp.dll /v "<file to be signed>"

SHA256签名算法与时间戳使用说明SHA-256 with RFC 3161 Timestamp

signtool.exe sign /f MyCert.pfx /p MyPassword /fd sha256 /tr 
http://sha256timestamp.ws.symantec.com/sha256/timestamp /v "<file to be signed>"

 

注意: 

SHA1签名算法与时间戳 SHA-1 timestamping URL:

http://timestamp.verisign.com/scripts/timstamp.dll
(The timstamp.dll filename is required to conform to old MS-DOS naming convention).

 

SHA-1签名算法与RFC3161 时间戳 SHA-1 with RFC 3161 timestamping URL:

 http://sha1timestamp.ws.symantec.com/sha1/timestamp

 

SHA-256签名算法与RFC3161 时间戳SHA-256 with RFC 3161 timestamping URL:

http://sha256timestamp.ws.symantec.com/sha256/timestamp

 

SignTool.exe代码签名工具微软官方使用文档:

https://msdn.microsoft.com/zh-cn/library/8s9b9yaz.aspx

https://msdn.microsoft.com/zh-cn/cn/library/windows/desktop/aa387764(v=vs.85).aspx

上一页1下一页