0
votes

Our UWP application will be released outside of the Microsoft Store since it is a Line-Of-Business application. I scoured the internet for references and what I have gathered is that for users to be able to install our UWP application, it needs to be signed with a Trusted Certificate. A trusted certificate can be obtained from any Certificate Authority(CA) by submitting a Certificate-Signing-Request(CSR) for code signing cert.

Now I haven't tried to get a certificate yet, as it involves payments. So, I want to be sure if I can get a .pfx certificate from the Certificate Authorities for signing our UWP application?

Will CA have the provision to select a Code signing certificate for UWP? and NOT an SSL certificate?

1

1 Answers

1
votes

Yes, you should sign your app with a code-signing certificate that is trusted on each device to which you deploy the app.

You would typically use a certificate that is provided by your organization if you belong to one. The other recommended option is to purchase a certificate from a third-party provider whose public root certificate is already trusted by Windows.

If you do a Bing or Google search for "code signing certificate", you should find some trusted providers.