Creating the Certificates - 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 create the certificates, complete the following steps on the Content Composer server:
  1. From the %Composerdir%admin\certs directory, open CreateNewComposerCerts.ps1 with a text editor that supports UTF-8.
  2. Search for the following line:
    $certPassword = ConvertTo-SecureString -String "pwd" -Force -AsPlainText
  3. Replace pwd with the password you want to use for your PFX files.
  4. Save and close the file.
  5. Open a command prompt window as an administrator and navigate to the %Composerdir%admin\certs directory.
  6. Execute the following command:
    powershell -file CreateNewComposerCerts.ps1

    Result: The following files are available in your Windows documents folder:

    • composernew_CA.cer: This root certificate is only required to create the other certificates.
    • composer_servernew.pfx: Substitutes the certificate composer.server.
    • composer_servicenew.pfx: Substitutes the certificate composer.service.
    Note: The script outputs the file location after successful execution.