Updating the TLS certificates on Docker

Before you begin

Ensure that you have the certificate and private key to be used.

Procedure

  1. Run the following command to stop the Sametime services.
    docker-compose down
  2. Copy the two files to the /keys folder where the Sametime is deployed.
  3. Replace the cert.key and cert.crt files with the new certificate files.
    The files are located in the installation_directory./sametime-config/web/keys/ directory. Where installation_directory is the Sametime installation directory.
    Note: These changes are lost if you delete or remove the sametime-config directory.
  4. Run the following command to start the Sametime services and apply the changes.
    docker compose up -d