简体   繁体   English

微软商店需要 pfx 证书

[英]pfx certificate required for microsoft store

Background information:背景资料:

I'm trying to package my Desktop application for x86 and x64 into .msixbundle or .appxbundle (not sure what the difference is since the docs that I read do not specify) for the Microsoft Store.我正在尝试将适用于 x86 和 x64 的桌面应用程序打包为 Microsoft Store 的 .msixbundle 或 .appxbundle(由于我阅读的文档未指定,因此不确定有什么区别)。 I installed the MSIX Packaging Tool.我安装了 MSIX 打包工具。 My options are "Sign Device Guard signing version 2", "Sign with a certificate (.pfx), Specify a .cer file (does not sign), and "Do not sign package". It appears "Sign with a certificate (.pfx)" is the only option since the rest are either deprecated\\or do not satisfy signing requirements.我的选项是“签署 Device Guard 签名版本 2”、“使用证书 (.pfx) 签名、指定 .cer 文件(不签名)和不签名包”。它显示“使用证书 (.pfx) 签名”。 pfx)" 是唯一的选择,因为其他选项要么已弃用,要么不满足签名要求。

My first question is where do I obtain a pfx (is this the same as a ".crt" certificate?) certificate from a "trusted source" as microsoft specifies since I can't self sign with openssl?我的第一个问题是我从哪里获得 pfx(这与“.crt”证书相同吗?)来自微软指定的“可信来源”的证书,因为我无法使用 openssl 进行自我签名? Would https://letsencrypt.org/ be sufficient? https://letsencrypt.org/是否足够? I guess this will lead to more questions, but that's where I'm at now.我想这会导致更多的问题,但这就是我现在所处的位置。

https://docs.microsoft.com/en-us/windows/msix/packaging-tool/create-an-msix-overview https://docs.microsoft.com/en-us/windows/msix/packaging-tool/create-an-msix-overview

refer to参考

https://docs.microsoft.com/en-us/mem/configmgr/mdm/deploy-use/import-pfx-certificate-pr n the PFX Certificate page of the Create Certificate Profile Wizard, specify the device key storage provider (KSP): https://docs.microsoft.com/en-us/mem/configmgr/mdm/deploy-use/import-pfx-certificate-pr在创建证书配置文件向导的 PFX 证书页面,指定设备密钥存储提供程序( KSP):

Install to Trusted Platform Module (TPM) if present Install to Trusted Platform Module (TPM) otherwise fail Install to Windows Hello for Business otherwise fail Install to Software Key Storage Provider安装到可信平台模块 (TPM)(如果存在) 安装到可信平台模块 (TPM) 否则失败 安装到 Windows Hello 企业版否则失败 安装到软件密钥存储提供程序

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

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