[UWP] [签名的应用程序包]
我正在创建包运行到我的本地用户组而不是通过商店。
I am creating package to run into my local user group and not through store.
现在生成包,我收到.cer文件,这是安全证书文件。
Now when i generate the package, i receive .cer file which is security certificate file.
所以现在我有一个疑问,这是否是签名的应用程序包文档或签名的应用程序包文件中提到的文件是不同的,需要手动制作。
So now i have a doubt , whether this is the file which is mentioned in signed app package documentation or signed app package files are different and need to made manually.
如果有人能解决我的疑问,这将非常有帮助。
It will be really helpful, if anyone can clear my doubt.
谢谢,
niteshkr12
niteshkr12
嗨!
默认情况下,在VS中创建UWP时,您拥有证书 App1_TemporaryKey.pfx。
By default, when you create a UWP in VS, you have the certificate App1_TemporaryKey.pfx.
生成包后,证书App1_TemporaryKey.pfx生成一个。 cer文件(当然你可以用它来签署你的应用程序)。
Once the package is generated, the certificate App1_TemporaryKey.pfx generate a .cer file (you can use it for signing your app of course).
事实上你可以选择:
In fact you have the choice between :
- 生成包后,为您的应用程序使用此certificat .cer(默认情况下)
- 使用贵公司的自定义证书。为此,您需要在生成包之前将其放入VS中。此链接将为您提供帮助: https:// msdn .microsoft.com / fr-fr / library / windows / desktop / jj835832(v = vs.85).aspx
希望它有用。
Hope it wil be useful.
如果它对你有好处,你能否将这个答案标记为你的问题的答案?温泉n>
在Twitter上关注我: https://twitter.com/NordineMhoumadi