Updating the TLS certificates on Docker
Ensure that you have the certificate and private key to be used.
-
Run the following command to stop the Sametime services.
docker compose down
-
Copy the two files to the /keys folder where the Sametime is deployed.
-
Replace the cert.key and cert.crt files with the new certificate files.
The files are located in the sametime-config/web/keys/ folder which is in the your installation directory.
Note: These changes are lost if you delete or remove the sametime-config directory.
-
Start the Sametime server to apply the changes.
docker compose up -d
Parent topic: Replacing the TLS certificates for Web Chat and Meetings