简体   繁体   English

签署和部署Windows应用(appxbundle)

[英]Signing and Deploying Windows app (appxbundle)

We have build an Windows native app (aapxbundle). 我们已经构建了Windows本机应用程序(aapxbundle)。 We want to ship to a customer. 我们想运送给客户。

The certificates used in my company are owned by my company and customer has different set of certificates. 我公司使用的证书归我公司所有,客户拥有不同的证书集。

When we ship the appxbundle file it is already signed by our certificate. 当我们运送appxbundle文件时,它已经由我们的证书签名。 And hence customer is not able to install it because our certificate is not installed on their device. 由于客户的设备上未安装我们的证书,因此客户无法安装它。

What is recommended way to achieve such signing and deployment ? 建议采用什么方式实现这种签名和部署?

Regards, Ashwani Kr Sharma 此致Ashwani Kr Sharma

  • You can send your certificate to customer. 您可以将证书发送给客户。 The customer can add your certificate as trusted on computer/network/domain. 客户可以在计算机/网络/域上将您的证书添加为受信任的证书。
  • You can buy certificate (Verisign, for example) and sign your program using it. 您可以购买证书(例如,Verisign)并使用它对程序进行签名。

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

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