Skip to content

Domain Certificate Authority Signing InfoPath 2007 Forms

InfoPath forms with custom code and those that have their Security Level set to Full Trust must be signed so that they can be run by the client.  That’s fine but who wants to pay for a code signing certificate for internally developed applications?  If we string together a couple of facts we can quickly realize that we shouldn’t have to pay for code signing certificate if we are developing code that will only ever be used by internal users.

First, certificates work because there are a set of trusted root certificate authorities.  Their responsibility is to issue certificates.  The organizations running the trusted root certificate authorities are responsible for only issuing certificates where the certificate matches the organization requesting the certificate.  They make no judgment about whether the person is good or bad – only that they are who they say they are.  The service that you pay for when you purchase a certificate from a trusted root certificate authority is that they have verified your identity.

Microsoft Windows has a list of trusted root certificate authorities – but when a computer is in a domain, it automatically trusts the Enterprise Certificate Authority for the domain.  The Enterprise certificate authority is an instance of certificate services which comes with Windows Server operating systems.  It allows an administrator to issue certificates.  There are several templates for the kinds of certificates to be issued.  The most common one is for a web server – an SSL certificate – but there are others as well.

Certificate Services has a template for code signing certificates.  If you put everything together you realize that when all of your computers are a member of a domain you can request and get granted a code signing certificate that’s valid for anyone using the certificate in the domain.

Here’s how to do it…

Install Certificate Services

If you don’t have an Enterprise Certificate Authority in your domain, go to a server and …

  1. Click Start- Control Panel-Add/Remove Programs
  2. Click Windows Components
  3. Click the checkmark to the left of Certificate Services
  4. Click Next
  5. Follow the wizard to create an Enterprise Certificate Authority.

Note: There are special precautions for protecting enterprise certificate authorities including creating sub-authorities, and taking the certificate authority offline.  If your organization is large, you should review the risks and guidelines for creating certificate authorities and manage security appropriately.  In smaller organizations it’s generally acceptable to create an enterprise CA and issue certificates from it.

Create a Copy of the Code Signing Template

The default out of box code signing certificate doesn’t allow the certificate’s private key to be exported.  This means that only the user to which the certificate is issued can use it.  Generally you don’t want to have developers to have enough permission to request the certificate themselves.  If you want to be able to move the certificate from user to another you’ll need to make a copy of the Code Signing certificate and change it so it can have exportable keys.  We’re going to show you how to do this.  If you follow these steps choose your duplicated code signing certificate in the following steps.

  1. Click Start-Run and enter certtmpl.msc.
  2. Right click the Code Signing template and select Duplicate.
  3. Enter a name for the new Template.  For instance, add your organization name in front.
  4. Click the Request Handling tab.
  5. Click the Allow private key to be exported.
  6. Click OK.

You now have your own code signing template that can be exported.

Enable the Code Signing Template

By default the  code signing certificate template isn’t available to be issued from your certificate authority.  To do that you need to enable the template which you can do by following these steps…

  1. Click Start-Administrative Tools-Certification Authority
  2. Expand the server that you installed certificate services on
  3. Click the Certificate Templates folder.
  4. Right click the Certificate Templates folder, select New, Certificate Template to Issue.
  5. Click Code Signing and click the OK button.

Now you can issue Code Signing Certificates

Issue the Certificate

Now that everything is in place you can issue the certificate.  Follow these steps to do that…

  1. Open a web browser and navigate to http://server/certsrv where server is the name of the server which you installed certificate services.
  2. Click the Request a certificate link
  3. Click the advanced certificate request link
  4. Click the Create and submit a request to this CA link
  5. In the certificate template drop down box select Code Signing.
  6. Enter a friendly name for the certificate in the friendly name textbox at the end of the page.
  7. Click Submit.  You may be prompted that the web site is requesting a certificate, click Yes.
  8. Click the Install Certificate link. Again you may be warned that you’re getting a certificate, click Yes.

You now have a certificate in your certificates store.  If you’ve not been doing this as the developer (and you probably haven’t), you’ll need to export the certificate and import it into the developer’s account.  You’ll only be able to do this if you created your own code signing template.

Exporting the Certificate

Here’s what you need to do to export the certificate:

  1. Click Start-Run enter certmgr.msc
  2. Expand the Personal Folder
  3. Expand the Certificates folder
  4. Locate the certificate that indicates that its intended purposes is Code Signing.
  5. Right click on that item and select All Tasks-Export
  6. Click Next
  7. Click Yes, export the private key.
  8. Click Next.
  9. Click Next
  10. Enter a password and confirm password.
  11. Click Next
  12. Enter a file name for the exported file
  13. Click Next
  14. Click Finish

You’ve exported the certificate.

Importing the Certificate

If you’ve exported the certificate you can move that over to the user or machine that will be signing the code and follow these steps to import the certificate.

  1. Double click the file to start the Certificate Import Wizard.
  2. Click Next
  3. Click Next
  4. Enter the password you entered when you exported the file.
  5. Click Mark the key as exportable.
  6. Click Next
  7. Click Next
  8. Click Finish
  9. Click OK.

You’ve now imported the certificate file.

Configure InfoPath to Use the Certificate

The final step in this journey is to tell InfoPath to use the certificate.  Do that by following these steps…

  1. Open an InfoPath form in design view.
  2. Click Tools-Form Options
  3. In the category pane, click Security and Trust
  4. Click Sign this form template
  5. Click the Select Certificate button
  6. Select the certificate that you just issued.
  7. Click OK.
  8. Click OK.

OK, you’re done.  That’s all you need to do in order to get a code signing certificate that will sign InfoPath forms that the users of the organization will recognize.

15 Comments

  1. When I get to the point of exporting the certificate, I cannot choose export the private key. Any ideas?

  2. It’s probably that your server is running standard edition and not enterprise edition. I found out (after writing this) that standard edition servers don’t have the ability to do everything that enterprise edition does. (I’m speaking of the version of the Windows operating system.)

  3. Even after duplicating the Code Signing cert template, allowing exporting of the private key and adding the template to my CA, I still cannot select “Code Signing” as a certificate template to use when going to http://server/certsrv. I only see Basic EFS and User. Any advice?

  4. There’s an advanced link that shows up that you have to click — if I remember correctly. It’s been a while since I’ve done this so I don’t remember the exact steps (kinda why I put a blog post in so I could just follow the steps the next time when I needed to do the same thing.)

  5. To show the new Certificate Template check the “Security” tab inside the template.

  6. Thanks for the post, I have followed every single set still getting the same error.

  7. I’ve followed your steps and they work, except for my users still get a security prompt upon opening the form. This is the case even though the certificate is issued by a CA that is trusted on every computer in the company. Is this expected? Shouldn’t using a certificate from the corporate CA remove the need for users to have to “trust” the form?

    Thanks for any help!

  8. We’ve got the certificate, but can’t seem to get InfoPath to recognize it when we go to Select Certificate. Any thoughts?

  9. Thanks This is what I have been searching for over a week to find. It worked just as you posted!

  10. When trying to duplicate the code signing template I recieve this message “the Code Signing certificate template could not be duplicated.” I had our domain admin give me full permissions to that template but that did not work. Any Ideas?

  11. Thanx for good post – we did all until exporting the cert.
    We couldn’t choose to export the private key as Or Cingilli wrote but managed to issue and install the cert from the developer’s the computer where infopath form is beding constructed. And after that all worked fine!
    Thanx!

  12. Thanks! This was just what I needed, and it works great!

  13. If you are using a Windows 2008 server, you must choose Windows 2003 as the cert type when choosing to duplicate in order to get the private key export checkbox to work. At least that’s how I was able to get it to work.

  14. I am using InfoPath 2010? Is it same way to create the certificate?


Add a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Share this: