Dynamics CRM Plugin Code signing [closed]

丶灬走出姿态 提交于 2020-01-07 09:18:08

问题


My company has created an plugin for Microsoft Dynamics CRM in Visual Studio 2012, we have created a self signed certificate with Visual Studio and the plugin works. We have Certification Authority Server which can issue certificates but the problem is creating an CSR (Certification Signing Request) after much google-ing we haven't found any programs that will create the CSR, we even tryed the OpenSSL but it won't work.

The certification authority is asking for CSR, with what tool can i create a CSR so that i can give it to the CA ?


回答1:


The signing process you already did is enough, the steps are explained here:

http://msdn.microsoft.com/en-us/library/gg695782.aspx#sign

Inside Dynamics CRM a signed assembly for plugins is required to avoid name conflicts with other plugin assemblies.



来源:https://stackoverflow.com/questions/17401633/dynamics-crm-plugin-code-signing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!