Skip to main content

Jama Connect Interchange User Guide

Install the TLS certificate and private key (self-hosted)

Complete the following steps to install the TLS certificate and private key.

Important considerations
  • You must be running Jama Connect Interchange 1.10 or later.

  • Before you begin, you must generate a PEM-encoded TLS certificate and private key.

To install the TLS certificate and private key:

  1. Rename the TLS certificate and private key to jciserver.crt and jciserver.key.

    For example:

    mv server.crt jciserver.crt 
    mv server.key jciserver.key 
  2. Copy the TLS certificate to the web service docker container:

    sudo docker cp jciserver.crt config-svc-interchange:/static-files/ 
    sudo docker cp jciserver.key config-svc-interchange:/static-files/ 
  3. Restart the services:

    cd /opt/jci 
    sudo docker compose restart