Previous Topic

Next Topic

Book Contents

Changing the certificate used for communication with InForm Adapter

  1. Set up a certificate. For more information, see Setting up key certificates for TLS.
  2. Open the following files:
  3. In the appSettings section of each file, replace the value attribute that contains the name of the old certificate (CIS_old_cert_name) with the name of the new certificate (CIS_new_cert_name). Enter the name as it appears in the Microsoft Management Console, under the Personal Store in the Certificates snap-in.

    For example:

    <appSettings>

    <!-- Added for CIS 4.6.2 (WCF). Will be modified via installer. Must be changed if cert name changes -->

    <add key="cert" value="CIS_new_cert_name" />

    </appSettings>

  4. Save the files.

Copyright © 2002, 2016 Oracle and/or its affiliates. All rights reserved.