...
- Read and Write permissions on all sub-folders and files of ../AdeptiaSuite-<Version>.
- Stopped Kernel and Webrunner.
- Stopped process flows that are in Running or Queued state.
- Deactivated any running Mail Event.
- Take backup of securityContext.xml file from …<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\etc\saml location. This backup file will help you replicate the manual changes in case you have done earlier in the securityContext.xml file before applying this patch.
- Take backup of web.xml file from …<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\web\WEB-INF location. This backup file will help you replicate the manual changes in case you have done earlier in the web.xml file before applying this patch.
- Take backup of cacert file from …<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\etc\truststore location. This backup file will help you replicate the manual changes in case you have done earlier in the cacert file before applying this patch.
- Taken the backup of a backend database.
- In case, the embedded database is used as the backend database, follow the below steps to take the backup:
...
Follow the steps below to add the certificates:
- Stop the Server.
- Take the backup of cacerts file from the ...<AdeptiaInstallFolder>\AdeptiaServer\ServerKernel\etc\truststore location.
- 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.
...