We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这样算签名成功了吗?
可是如果成功了为什么还是报错?
望指点一二,感谢。
签名教程:需要makecert.exe signtool.exe
输入命令:makecert -r -pe -ss XXX -n CN=xxx xxx.cer 生成cer证书文件
输入命令:Signtool sign /a /v /s XXX /n XXX /t http://time.certum.pl XXX.sys 对sys文件进行签名
The text was updated successfully, but these errors were encountered:
参考 https://learn.microsoft.com/en-us/windows-hardware/drivers/develop/signing-a-driver-for-public-release 或者把你电脑开启test模式
Sorry, something went wrong.
No branches or pull requests
这样算签名成功了吗?
可是如果成功了为什么还是报错?
![image](https://private-user-images.githubusercontent.com/33618120/270999942-076da9a4-ad8b-4803-8c4c-bd16def3a1ba.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTYzMzQsIm5iZiI6MTczOTMxNjAzNCwicGF0aCI6Ii8zMzYxODEyMC8yNzA5OTk5NDItMDc2ZGE5YTQtYWQ4Yi00ODAzLThjNGMtYmQxNmRlZjNhMWJhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIzMjAzNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE4MGM4Y2U3MDcyYjY5Y2I0YTA0YTdjNDU1M2EyMTFmMjkwN2E0OTQ0YWE3NmIzYjdjNzM2MjA4NDg1ZDNiMGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.i8A-BccshAI8My5s5BNo5apl8KVdGdwjFsubBSYjgAQ)
望指点一二,感谢。
签名教程:需要makecert.exe signtool.exe
输入命令:makecert -r -pe -ss XXX -n CN=xxx xxx.cer
生成cer证书文件
输入命令:Signtool sign /a /v /s XXX /n XXX /t http://time.certum.pl XXX.sys
对sys文件进行签名
The text was updated successfully, but these errors were encountered: