How to sign a ClickOnce application

后端 未结 1 1120
予麋鹿
予麋鹿 2020-12-08 08:03

I have a ClickOnce application that I built for a client, and I need it to be from a trusted publisher. How do I go about acquiring an Authenticode certificate and sign my a

相关标签:
1条回答
  • 2020-12-08 08:30

    I recently went through this process. A certificate is not that expensive - we got a code-signing certificate for less than a $100.

    After you have the certificate, follow the FAQ HOWTO: Code signing how-to* to sign your code (binaries).

    After that, you have to go to project properties -> Signing and upload your certificate there as well (it's for ClickOnce). You can skip code signing though and sign ClickOnce only.

    ClickOnce requires a certificate for code signing, and others will not work, see ClickOnce Deployment and Authenticode:

    For ClickOnce applications, you must have an Authenticode certificate that is valid for code signing; if you attempt to sign a ClickOnce application with another type of certificate, such as a digital e-mail certificate, it will not work.

    Jan'18 UPDATE: StartSSL is not trusted anymore, and I did NOT find any free (or similar to what StartSSL was offering) code signing certificates. At the end of the day, I went with ksoftware.net - $84/year for Comodo code-signing certificate (but you need to have DUNS record available for them to check!)

    0 讨论(0)
提交回复
热议问题