Replace the Factory Certificate with an Engine and CM Certificate on Microsoft Windows
About this task
To replace the factory certificate, with a certificate at the engine and a different certificate at CM on Microsoft Windows:
Procedure
- Stop CM on Microsoft Windows from Microsoft Windows services.
- Using a command line interface at CM, navigate to the install_dir\bin directory.
- Type the following
command to replace the factory certificate with a CM certificate:
configureCmSsl -u cmCert=<cert file> cmCertAlias=<alias>where:
- <cert file> is the path and file name to the certificate that replaces the factory certificate for CM.
- <alias> is the alias name for the new CM certificate. It can be any value other than factory. If you do not specify an alias, cm is assigned as the default.
- On the CM computer,
type the following command to replace the factory certificate with
an engine certificate:configureCmSsl -u engCert=<cert file> engCertAlias=<aaliaslias>where:
- <cert file> is the path and file name to the certificate you want to use to replace the factory certificate for the engine.
- <alias> is the alias name for the new engine certificate. This can be any value other than factory. If you do not specify an alias, engine is assigned as the default.
- Type the following
command to create an export file of the certificate store:configureCmSsl -e file=<export file>
where <export file> is the path and file for the export file.
- Copy the file you created in step 5 to the engine.
- Stop the engine on Microsoft Windows from Microsoft Windows services.
- Type the following command to import the certificates created
in step 3 and step 4.configureEngineSsl -i file=<export file> engCertAlias=<alias>where:
- <export file> is the path and file for the export file.
- <alias> is an alias name for the engine certificate assigned in step 3. If an engCertAlias was omitted in step 3, specify engine as the alias.
- Start the engine on Microsoft Windows from Microsoft Windows services.
- Start CM on Microsoft Windows from Microsoft Windows services.