Replacing the SSL certificate for HCL Sametime non-containerized deployments on Windows
KB0127211
Applies to
HCL Sametime 12.0.2 FP2, 12.0.3 (Non-containerized on Windows)
Introduction
This document provides step-by-step guidance on replacing the SSL certificate for Sametime non-containerized deployments on Windows.
Instructions
Follow these steps to successfully replace your Sametime SSL certificate:
Step 1: Prepare the Certificate Files
Your SSL certificate and private key must be in the PEM format and must be named exactly as required by the Traefik configuration.
- Obtain your new SSL certificate and corresponding private key from your Certificate Authority (CA).
- Ensure both files are in PEM format (text-based content, often starting with
-----BEGIN CERTIFICATE-----and-----BEGIN PRIVATE KEY-----). - Rename the files as follows (this is case-sensitive):
- Certificate file (
.crt): Rename tocert.crt - Private Key file (
.key): Rename tocert.key
Step 2: Replace Existing Files
The certificate files must be placed in the designated Traefik configuration directory.
- Shutdown your Sametime server gracefully.
- Navigate to the Certificate Directory: Open the following directory path on your Sametime server:
<Sametime_Installation>\traefik-windows-amd64\conf\keys
Example:C:\HCL\Sametime\traefik-windows-amd64\conf\keys - Delete the existing
cert.crtandcert.keyfiles from this location. - Copy and Paste your newly renamed files (
cert.crtandcert.key) into the keys folder.
Step 3: Start and Verify
- Start your Sametime server.
- Verify the new certificate is being served by accessing your Sametime URL in a browser and checking the connection security details.