Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CA-issued SSL certificates have are subject to a maximum validity of 13 months. When (or preferably before) the certificate expires, it needs to be replaced. That is done by overwriting validity period set by the issuing authority. When the certificate approaches its expiration date, it is necessary to replace it. This involves updating the current .crt and .key files with the new ones and then restarting Saga. This documentation describes how to do that.

...

The following documentation provides guidance on how to perform this update.

Obtaining the Correct Certificate Files

As explained detailed in Saga SSL Certificate Management, there are , SSL certificates can come in different file formats, both binary and textual certificate file formats and within those formats, there are variations. Saga requires the two-file, PEM formatted, variant of the SSL certificate. The files of that format have PEM format for SSL certificates, specifically the variant that utilizes two separate files: one with a .key extension and another with a .crt file extension.

If the Should you receive a new certificate is provided in any a format other format than the two-file PEM format, then it must will need to be converted to that format. If the certificate is a .pfx file, then refer to the Saga SSL Certificate Management has documentation for instructions on how to convert it conversion to .key and .crt files. For other formatformats, please contact the your certificate provider to obtain the right correctly formatted fiesfiles.

...

Placing the

...

Certificate Files

...

in the

...

Appropriate Directory

The new .key and the .crt files are to should be placed into in the directory D:\Program Files\ayfie\saga\volumes\Traefik\certs (the path assumes the recommended install directory on the server hosting Saga. This assumes the installation directory is the recommended D:\Program Files\ayfie\saga) and given the same names as the two files that are replaced.

Restart Saga

.For the updated certificate to take effect. Ensure that these files are named identically to the ones they are replacing.

Restarting Saga

To activate the updated certificate, Saga must be restarted by running these commands (in line 1, the recommended install path is assumedon the server hosting Saga. Execute the following commands (assumes the use of the recommended installation path):

Code Block
cd "D:\Program Files\ayfie\saga"
.\stop-saga.ps1
.\saga.ps1

...