0

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?)

Hrvoje Kusulja
  • 925
  • 1
  • 11
  • 25
  • possible duplicate of [Dynamics CRM Plugin Code signing](http://stackoverflow.com/questions/17401633/dynamics-crm-plugin-code-signing) – Guido Preite Jul 15 '13 at 10:54

1 Answers1

0

Does this help you at all: .NET - ClickOnce Install - Company Name and Application Name

Community
  • 1
  • 1
Bactos
  • 1,233
  • 14
  • 26
  • The problem is not approval, problem is to create client signing request for application, visual studio does not have tool for this, i do not want that user info is displayed in final solution, it should be only company info – Hrvoje Kusulja Aug 20 '13 at 20:54