UWP certificate -


i'm trying use custom self-signed certificate uwp app. followed instructions in: https://docs.microsoft.com/en-us/windows/uwp/packaging/create-certificate-package-signing

as first step manually changed publisher in appxmanifest match our company data, not cn test certificate states.

after created self-signed certificate using powershell described. if not exporting certificate file, should in certificate store now. when trying selected certificate certificate store visualstudio says there no certificates meet application criteria.

i made sure, enhanced properties set correctly using certmgr.

what doing wrong?

it should in certificate store now. when trying selected certificate certificate store visualstudio says there no certificates meet application criteria.

after create .pfx file, certificate still not trusted local computer deployment of app packages until install trusted certificates store of local computer. can refer following steps install trusted certificates store.

1. find certificate file , double click.

2. select local machine option. enter image description here

3. if certificate has password, type password it.

enter image description here

4. select automatically select certificate store base on type ofcertificate option .

enter image description here

5. finish

usage

double click uwp project package.appcmanifest ->packaging button -> choose certificate -> pick certificate store. see certificate has been installed certificates store.

enter image description here


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -