How to sign Microsoft Dynamics CRM Plugin with my own certificate from my CA

We are developing for Microsoft Dynamics CRM 2011, mostly we do CRM plugins. By default, when publishing CRM plugin, Visual Studio uses self-signed certificate from developers computer. We do have our own Certificate Authority (Windows Server 2012), and we have enabled Code Signing Certificate Template. We have accomplished that developer access CA web (/certsrv/) and puts Certificate Signing Request (CSR) and gets certificate.

After CA issues certificate, we have .pfx file which includes private and public key and we will replace default key.pfx (which stores self signed), so i believe this will be fine ?

Question is: - how can CRM developer in Visual Studio 2012 create/generate CSR for our CA (certificate should not have developers name, only company name and info, and maybe CRM plugin name?)


这是否帮助你:.NET - ClickOnce Install - 公司名称和应用程序名称

链接地址: http://www.djcxy.com/p/67856.html

上一篇: Windows:如何使用Certum颁发的证书签名exe?

下一篇: 如何使用我自己的CA证书签署Microsoft Dynamics CRM插件