If I want to implement registration in the Security Center using Azure trusted signature on a Windows 7 os, how should I do it?

kingsofthwdash 20 Reputation points
2024-09-18T03:22:07.66+00:00

When I use Azure trusted signature to sign a file with the /integritycheck option, the signature shows as successful. However, on Windows 7, it displays "Windows cannot verify the digital signature for this file," but this issue does not occur on Windows 10.

img_v3_02er_84e35af7-aed4-4ac5-bca1-1a1386f8d3ag

What should i do?

Azure Trusted Signing
Azure Trusted Signing
Trusted Signing is a Microsoft fully managed, end-to-end signing solution that simplifies the certificate signing process and helps partner developers more easily build and distribute applications.
91 questions
0 comments No comments
{count} votes

Accepted answer
  1. Givary-MSFT 32,501 Reputation points Microsoft Employee
    2024-09-24T06:42:00.21+00:00

    @kingsofthwdash Thank you for reaching out to us, It sounds like you are experiencing an issue with the digital signature of a file that was signed using Azure trusted signature with the /integritycheck option. The signature shows as successful, but when you try to verify the signature on Windows 7, you receive an error message that says "Windows cannot verify the digital signature for this file."

    This issue may be related to the fact that Windows 7 uses a different set of root certificates than Windows 10. If the certificate used to sign the file is not trusted by the root certificate store on Windows 7, then the signature verification will fail.

    You can try the following steps:

    1. Check the certificate used to sign the file and ensure that it is trusted by the root certificate store on Windows 7. You can do this by checking the certificate chain and verifying that the root certificate is trusted.
    2. If the certificate is not trusted, you can try adding it to the root certificate store on Windows 7. You can do this by importing the certificate into the "Trusted Root Certification Authorities" store using the Certificate Manager snap-in.
    3. If adding the certificate to the root certificate store does not resolve the issue, you can try disabling driver signature enforcement on Windows 7. This will allow you to install and run unsigned drivers or files. However, this is not recommended as it can compromise the security of your system.

    Note: It's worth noting that Windows 7 reached end of support on January 14, 2020, and is no longer receiving security updates. It is recommended to upgrade to a newer version of Windows to ensure that your system is secure and up to date - https://learn.microsoft.com/en-us/lifecycle/products/windows-7.

    Let me know if you have any further questions, feel free to post back.

    Please remember to "Accept Answer" if answer helped, so that others in the community facing similar issues can easily find the solution.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.