Versions Compared

Key

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

...

  1. First figure out JDK used by FlexDeploy and/or Endpoint as applicable.

    1. For example, cd /u01/jdk1.8.0_60

  2. cd jre/lib/security/

  3. Copy .cer file in this folder.  

  4. cp cacerts cacerts.bak

  5. ../../bin/keytool -importcert -keystore cacerts -alias <alias name> -file <certificate file name>

  6. Type password (likely “changeit”)

Or into another keystore

...

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

...

cd to FLEXDEPLOY_HOME

...

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>

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

...

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

...

See specifying another keystore

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

...