kprinssu / anne-keyboard-windows

A Universal Windows Platform App for controlling Anne Pro Bluetooth enabled keyboards.
MIT License
139 stars 10 forks source link

Why does the app want to install a trusted root certificate? #46

Closed filmerjarred closed 6 years ago

filmerjarred commented 6 years ago

Installing a trusted root ca cert for am app that doesn't seem like it needs it makes me nervous :S. Why would this be required?

ethanmsmith commented 6 years ago

Here's documentation on why it's needed https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps#sideload-your-app-package

Basically, you are sideloading instead of installing from the trusted windows store. So you need to tell windows that the developer is trusted

kprinssu commented 6 years ago

The release builds are signed by an untrusted test certificate. I do not want to pay the fee to get a Windows code-signing certificate. You can always grab a clone of this Git repository, build, and deploy the app locally.