how do I get my application to be trust in windows

gregory chao 0 Reputation points
2024-06-28T21:12:33.2933333+00:00

how do I get my application to be trust in windows

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.
100 questions
{count} votes

1 answer

Sort by: Most helpful
  1. hossein jalilian 7,285 Reputation points
    2024-06-28T22:00:35.22+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Follow these steps:

    • Create a Trusted Signing account in your Azure subscription , set up an Identity validation resource within your Trusted Signing account. create a Certificate profile, choosing between Public Trust or Private Trust depending on your needs.
    • Use the Azure Trusted Signing service to sign your application executable. you can integrate this process into your CI/CD pipeline using tools like GitHub Actions or Azure DevOps.
    • For broader trust on Windows systems, use Public Trust signing. public Trust requires more rigorous identity validation but provides better recognition across Windows systems

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    0 comments No comments

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.