Configuring the WCF Router to Work With the Adapter Through HTTPS

How to:

This section describes how to configure the WCF Router to work with the iWay Application Adapter for Microsoft Dynamics CRM 2011 On-Premises through HTTPS.


Top of page

x
Procedure: How to Configure the WCF Router to Work With the Adapter Through HTTPS
  1. Perform the following steps to prepare your certificates:
    1. Ensure the root certificate is available in the *.cer and *.jks files.
    2. Ensure the server certificate is available in the *.pfx file.
    3. Ensure the client certificate is available in the *.jks file (optional).
  2. Perform the following steps on the system where the WCF Router is installed:
    1. Import the root certificate in the *.cer file into the Trusted Root Certification Authorities branch as described in How to Install a Certificate to the Local System Account.
    2. Import the server certificate in the *.pfx file to the Personal branch as described in How to Install a Certificate to the Local System Account.
    3. Bind the server certificate to the port that will be used by the WCF Router as described in How to Configure the Port With the SSL Certificate.
    4. Open the routing service configuration file and edit it according to Transport Security Without Certificates (HTTPS Mode Without Client Certificate Checking) or Transport Security With Certificates (HTTPS With Client Certificate Checking).

      Use only the basicHttpBinding binding type.

  3. Perform the following steps on the system where the iWay Application Adapter for Microsoft Dynamics CRM 2011 On-Premises is installed:
    1. Attach your root certificate (*.jks file) to the adapter target as described in the documentation.
    2. If you have chosen step 2d with client certificate checking, then attach your client certificate to the adapter target as described in the documentation.

iWay Software