To customize the Content Composer Studio to use the new
certificates, complete the following steps:
- Go to a workstation hosting a Content Composer Studio installation.
- From the %Composerdir% directory, open Composer.Studio.exe.config with a text editor that supports UTF-8.
-
Insert the following lines within the
<appsettings> element:
<add key="save_login_token" value="True" /> <add key="certStsSubjectName" value="composer.servernew" /> <add key="certServiceSubjectName" value="composer.servicenew" />
- Save and close the file.
- Start and close Content Composer Studio.
- From the %Composerdir% directory, open Composer.Studio.exe.config with a text editor that supports UTF-8.
-
Find the following line and delete it:
<add key="save_login_token" value="True" />
- Save and close the file.
- From the %Composerdir% directory, copy securitytoken.xml to the %Composerdir% directory of each server and workstation hosting a Content Composer Server, Studio or Windows Client installation.
-
Complete the following substeps on all workstations hosting a
Content Composer Studio installation:
- From the %Composerdir% directory, open Composer.Studio.exe.config with a text editor that supports UTF-8.
-
Insert the following lines within the
<appsettings> element:
<add key="certStsSubjectName" value="composer.servernew" /> <add key="certServiceSubjectName" value="composer.servicenew" />
-
Search for the following line and delete it, if present:
<add key="save_login_token" value="True" />
- Save and close the file.