简体   繁体   English

在另一台 PC/笔记本电脑上安装时认证的不可信应用程序 UWP Windows

[英]Certificated Not Trusted Apps UWP Windows When Install at Another PC/Laptop

I have a problem regarding UWP Apps ... I have made a bundle with apps.appx extension through Visual Studio 2017. I want to install the Apps on a different Laptop / PC, but when I want to install, the certificate is not trusted while on my PC / Laptop it is Trusted.我有一个关于 UWP 应用程序的问题......我通过 Visual Studio 2017 制作了一个带有 apps.appx 扩展的捆绑包。我想在不同的笔记本电脑/PC 上安装应用程序,但是当我想安装时,证书不受信任在我的 PC/笔记本电脑上,它是可信的。 How do I make a certificate that apps are always trusted even though they are installed on various PCs / Laptops ...?即使应用程序安装在各种 PC/笔记本电脑上,我如何制作应用程序始终受信任的证书......? thank you谢谢你

If you're sideloading then you will need to trust the certificate manually.如果您正在侧载,则需要手动信任证书。 Just double click the certificate file before installation, then take the following steps:安装前只需双击证书文件,然后执行以下步骤:

Install Certificate > Local Machine > Place All certificates in the following store > Browse > Trusted People (That isn't a typo).安装证书 > 本地机器 > 将所有证书放在以下存储区 > 浏览 >受信任的人(这不是错字)。

Your certificate should then be installed on that PC and any app updates or further apps developed using the same certificate should install without any issues.然后,您的证书应该安装在该 PC 上,并且使用相同证书开发的任何应用程序更新或其他应用程序都应该安装而不会出现任何问题。

Certificates could be trusted by most of the devices.大多数设备都可以信任证书。 The key is you need to trust the certificate manually.关键是您需要手动信任证书。 If you want to trust a certificate on a device the device that haven't installed the certificate before, you need manually add your certificate to different devices.如果要信任之前未安装证书的设备上的证书,则需要手动将证书添加到不同的设备。 Double click the .cer file that generated with your package, choose local machine and install the certificate under trusted people.双击随包生成的 .cer 文件,选择本地机器并在受信任的人下安装证书。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM