Integration with external tools and services may require connections secured with TLS/SSL. DTPUser Administration will DTP will reject connections to external servers if the server's certificate is not trusted or unsigned by a trusted certificate authority. To add a new trusted certificate, perform the following steps:
Obtain the trusted certificate to add. These certificates can be in any format accepted by the Java keytool application.
Execute the following command to import the certificate to the truststore:
keytool -import -alias <new unique alias> -file <certificate file> -keystore <DTP_INSTALL>/jre/lib/security/cacerts keytool -import -alias <new unique alias> -file <certificate file> -keystore <LS_INSTALL>/app/jre/lib/security/cacerts
Use
changeit
as the password when prompted.Confirm that you want to import the certificate when prompted
Restart User AdministrationDTP services to apply the changes.
...