Previous Topic

Next Topic

Book Contents

Install a certificate to secure communication with the Job Scheduler and InForm Adapter

On each Central Coding application server, an administrator must install a certificate for securing communication with:

The certificate:

To import the certificate:

  1. Open a command prompt window.
  2. Run the following command:

    certutil -f -p <certificate password> -importpfx -csp "Microsoft Enhanced RSA and AES Cryptographic Provider" <full path to the pfx file> NoExport

To grant the users NETWORK SERVICE and IIS AppPool\Central Coding New Pool full control to the private key of the certificate:

  1. Open the Microsoft Management console:
    1. Open a Command Prompt window.
    2. Enter mmc.
  2. Select File > Add/Remove Snap-in.

    The Add or Remove Snap-ins dialog box appears.

  3. In the list of available snap-ins, select Certificates.
  4. Click Add.

    The Add dialog box appears.

  5. Click Computer account.
  6. Click Next.
  7. Click Local Computer.
  8. Click Finish.
  9. Click OK.
  10. In the Console Root tree of the Microsoft Management console, select Certificates (Local Computer) > Personal > Certificates.
  11. Right-click the certificate, and select All Tasks > Manage Private Keys.
  12. Click Add > Locations, and then select the computer name.
  13. Give full control rights to the users NETWORK SERVICE and IIS AppPool\Central Coding New Pool.
  14. Click OK.
Send Feedback