This section lists the prerequisites and explains how to apply the patch on Windows-based and Linux-based operating systems.
...
- Stop the Server.
- Download the following two certificates from this link.
- 1199354.crt
- 1720081.crt
On the command prompt, run the following command to import the two new certificates to the cacerts file:
keytool -import -file "<path_to_Certificate_file>" -keystore "<path_to_application_folder>\ServerKernel\etc\truststore\cacerts" - alias "<alias_name>" - storepass "<cacerts file password>"
Where,
path_to_Certificate_file: The location where you have downloaded the certificates.
path_to_application_folder: Location of the cacerts file in the Connect Server.
alias_name: Alias name for '1199354.crt' and '1720081.crt' are 'USERTrust RSA Certification Authority' and 'COMODO RSA Certification Authority' respectively.
cacerts file password: Password for the cacerts file. By default, the password for the cacerts file is 'changeit'.- Restart the Server.
...
This section is applicable only if you are using Server in Linux environment.
...
- the
...
- Server
...
Info |
---|
Ensure that you have Read, Write, and Execute permissions in Linux environment. |
Follow the steps below to install the Fontconfig library:
Run the following command to install the Fontconfig library:
yum install fontconfig
Restart the machine.Info Command to install Fontconfig library may vary for different Linux editions.
Once the post patch deployment steps are done, start the services, i.e. Kernel and WebRunner.
...