Customizing the Client Configuration - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To customize the Content Composer Windows Clients to use the new certificates, complete the following steps on each workstation hosting a Content Composer Client installation:
  1. From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
  2. Insert the following lines within the <appsettings> element:
    <add key="certStsSubjectName" value="composer.servernew" />
    <add key="certServiceSubjectName" value="composer.servicenew" />
  3. Save and close the file.