概述
1. 首先下载驱动程序
这里选择http://www.itrus.cn/soft/SafeNetAuthenticationClient-x64-10.8.msi 64位版本并安装
2 打开iTrusSignTool.exe 选择证书管理,点击导入pfx证书
3.点击签名规则 新建2个规则
4.装备 ddf文件 sys文件 inf文件
;*** HelloWorld.ddf example
;
.OPTION EXPLICIT ; Generate errors
.Set CabinetFileCountThreshold=0
.Set FolderFileCountThreshold=0
.Set FolderSizeThreshold=0
.Set MaxCabinetSize=0
.Set MaxDiskFileCount=0
.Set MaxDiskSize=0
.Set CompressionType=MSZIP
.Set Cabinet=on
.Set Compress=on
;Specify file name for new cab file
.Set CabinetNameTemplate=HelloWorld.cab
; Specify the subdirectory for the files.
; Your cab file should not have files at the root level,
; and each driver package must be in a separate subfolder.
.Set DestinationDir=HelloWorld
;Specify files to be included in cab file
D:syssignHelloWorldHelloWorld.inf
D:syssignHelloWorldHelloWorld.sys
5.签名规则先选双签规则为默认
6.在点代码签名,添加sys文件,点击数字签名,选择驱动模式
7. 命令行进入sys目录输入makecab /f HelloWorld.ddf,此时会生成disk1/helloworld.cab
8.签名规则切换EV默认 ,在选择刚刚生成的helloworld.cab 签名, 注意是否对CAB内部子文件进行签名 要选择否
9. 到微软官网登录到您的帐户 需要登录账号提交签名
选择刚刚生成cab文件,勾选所有的x64,然后点提交,最后等待下载
最后
以上就是负责雨为你收集整理的驱动签名步骤的全部内容,希望文章能够帮你解决驱动签名步骤所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复