Updating the TLS Certificate for Sametime Meetings

This section provides information to update the TLS certificate for Sametime Meetings.

About this task

sametime.ini -

[config]
JWT_SECRET=GENERATED_SECRET
 
[st-bb-names]
ST_AUTH_TOKEN=notes
becomes
ST_AUTH_TOKEN=Fork:Jwt,notes
 
 
(and ST_AUTH_TOKEN=Fork:Jwt,Saml,notes if using SAML as well)
 
stproxyconfig.xml -
 
<configuration>
...
<jwtSecret>
GENERATED_SECRET
</jwtSecret>
<refreshJwt>
<enabled>true</enabled>
<path>/meeting-auth/api/v1/refresh</path>
</refreshJwt>
 
</configuration>

For Docker

Docker steps to update certificates:

  1. Allow the server to start and generate the self-signed certificates.
  2. Shut it down and replace ./jitsi-config/web/keys/cert.crt and cert.key with the correct key and crt file.