Replace the Factory Certificate with a Common Certificate on UNIX or Linux
About this task
To replace the factory certificate used between the engine and CM on UNIX or Linux:
Procedure
- Stop CM.
- At CM,
navigate to the install_dir/bin directory, where install_dir is
the installation directory, and type the following command:./stopCM.sh
- At the passphrase prompt, type the passphrase defined for the engine and press Enter.
- Type the user name and password for the administrator.
- At CM,
navigate to the install_dir/bin directory, where install_dir is
the installation directory, and type the following command:
- Type the following command to replace the factory certificate:
./configureCmSsl.sh -u commonCert=<cert file> commonCertAlias=<alias>where:
- <cert file> is the path and file name to the certificate that replaces the factory certificate.
- <alias> is an alias name for the new certificate. This can be any value other than factory. If you do not specify an alias, common is assigned as the default.
- Type the following command to create an export file of
the certificate store:./configureCmSsl.sh -e file=<export file>
where <export file> is the path and file for the export file.
- Copy the file you created in step 3 to the engine.
- Stop the engine.
- At the engine, navigate to the install_dir/bin
directory and type the following command:
./stopEngine.sh
- Type the passphrase defined for the engine and press Enter.
- At the engine, navigate to the install_dir/bin
directory and type the following command:
- At the engine,
navigate to the install_dir/bin directory and type
the following command to import the certificate store created in step
3:./configureEngineSsl.sh -i file=<export file> engCertAlias=<alias>where:
- <export file> is the path and file for the export file.
- <alias> is the alias name for the new certificate assigned in step 2
- Start the engine.
- From install_dir/bin, type the following
command:
./startEngine.sh
- At the passphrase prompt, type the passphrase for the engine and press Enter.
- From install_dir/bin, type the following
command:
- Start CM.
- Navigate to the install_dir/bin directory
and type the following command:
./startCM.sh
- At the passphrase prompt, type the passphrase defined for CM and press Enter.
- Navigate to the install_dir/bin directory
and type the following command: