Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DTPDEVEL and version 2023.2

Integration with external tools and services may require connections secured with TLS/SSL. User Administration will Administration 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:

  1. Obtain the trusted certificate to add. These certificates can be in any format accepted by the Java keytool application.

  2. Execute the following command to import the certificate to the truststore: 
    keytool -import -alias <new unique alias> -file <certificate file> -keystore <LS_INSTALL>/app/jre/lib/security/cacerts 

  3. Use Enter "changeit" as the password when prompted.

  4. Confirm that you want to import the certificate when prompted.

  5. Restart User Administration to apply the changes.

...