Configuring SSL certificates for Link web UI

To configure SSL certificates for Link web UI, complete the following steps:

Procedure

  1. Prepare the SSL certificate files.
  2. Within the Link client installation folder, copy the certificate files to the ssl-certificates/public-certificates/ folder. The relative path of the installation root folder for different platforms are as follows:
  3. Setup the config.yaml "/client/inbound/ssl" section to point to the certificate files copied in Step 2.
    Example:
  4. Restart the Link application. If your user profile has all the appropriate privileges, open a shell and change the working directory to the installation root.

Steps for configuring SSL Certificates in Linux Docker

About this task

To configure SSL certificates for Linux Docker, complete the following steps:

Procedure

  1. Prepare the SSL certificate files.
  2. Within the Link client installation folder, copy the certificate files to the ssl-certificates/public- certificates/ folder.
  3. Stop Link.
  4. Change the following properties in the client section of config.yaml and save the file.
    key: "ssl-certificates/public-certificates/server.key"
    cert: "ssl-certificates/public-certificates/server.crt"
    ca: "ssl-certificates/public-certificates/gd1.crt,ssl-certificates/public-certificates/gd2.crt,ssl-certificates/public-certificates/gd3.crt"
    
  5. Start Link.
  6. Ignore Certificate Error.
    Note: The hip-client container might fail to start due to a missing certificate in the specified path.
  7. Copy the certificates from the local folder to the HIP client container at /usr/src/app using docker cp command.
    docker cp ssl-certificates hip-client:/usr/src/app

    Replace ssl-certificates with the path to your local folder containing certificates.

  8. Restart Hip Client.