Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In case of SSL certificate errors, you may have to load certificate files in Java keystore.

Table of Contents

Download the certificate

Launch Service or Application URL in browser and downloaded certificate .cer file, or receive it from your infrastructure team.

Install the Certificate

either into cacerts

...

Alternatively, make a new keystore to hold it, or add it to an existing alternate keystore.

  1. cd to FLEXDEPLOY_HOME

  2. Import the keystore into a new or existing keystore

    1. <JAVA_HOME>/bin/keytool -importcert -keystore flexdeploy.keystore -alias <alias name> -file <certificate file name>

  3. Reference the keystore from the setenvoverride.sh file in the apache-tomcat-flexdeploy/bin folder.

    1. FLEXAGON_FD_JAVA_ARGS=" -Djavax.net.ssl.keyStore=/<path-to-the-keystore-file here> -Djavax.net.ssl.keyStorePassword=<pw here> ”

    2. If you had other Java args, make sure that they are separated with spaces.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@20d7de
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "FD57"
labelskb-how-to-article

...