To customize the Content Composer Server to use the new
certificates, complete the following steps:
- On the Content Composer Server, from the %Composerdir% directory, copy all CONFIG files to a backup directory.
-
Complete the following substeps for the following files:
- Composer.Core.exe.config
- Composer.MWS.exe.config
- Composer.OWS.exe.config
- Composer.XWS.exe.config
- Composer.WCF.Console.exe.config
- From the %Composerdir% directory, open the CONFIG file with a text editor that supports UTF-8.
-
Search for the following line:
<add storeLocation="LocalMachine" storeName="TrustedPeople" x509FindType="FindBySubjectDistinguishedName" findValue="CN=composer.server" />
-
Change
composer.server to
composer.servernew.
<add storeLocation="LocalMachine" storeName="TrustedPeople" x509FindType="FindBySubjectDistinguishedName" findValue="CN=composer.servernew" />
-
Search for the following line:
<serviceCertificate storeLocation="LocalMachine" storeName="My" x509FindType="FindBySubjectDistinguishedName" findValue="CN=composer.service" />
-
Change
composer.service to
composer.servicenew.
<add storeLocation="LocalMachine" storeName="TrustedPeople" x509FindType="FindBySubjectDistinguishedName" findValue="CN=composer.servicenew" />
- Save and close the file.
-
Complete the following substeps for the following files:
- Composer.Core.exe.config
- Composer.MWS.exe.config
- Composer.OWS.exe.config
- Composer.XWS.exe.config
- Composer.WCF.Console.exe.config
- Composer.WindowsServiceHost.exe.config
- All custom Content Composer service configuration files
- From the %Composerdir% directory, open the CONFIG file 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" />
- Save and close the file.