Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

Instructions

  1. Launch application URL in browser and downloaded certificate .cer file.

  2. Copy .cer file to server in jre/lib/security folder.  

  3. Import certificate in Java cacerts keystore.

    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. cp cacerts cacerts.bak

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

  • No labels