Aller au contenu principal

SSL Certificate Management

By default, XLServer is shipped with a self-signed SSL certificate.
You can either regenerate a new self-signed certificate through the CLI, or import your own trusted certificate (authority-signed) from the web console.


Regenerate Self-Signed Certificate via CLI

You can use the CLI certificate menu to generate a new self-signed certificate.

certificate generate

cli-certificate-generate


Manage Certificates from Web Console

  1. Log in to the XLServer Web Console as Administrator.
  2. Navigate to the System menu.
  3. Open the Certificate tab to view the current certificate details.

certificate-current-detail


Import Custom SSL Certificate

To replace the default self-signed certificate with your own trusted certificate:

  1. In the Certificate tab:

    • Browse and select your certificate file (.crt or .pem) in the Certificate field.
    • Select the corresponding Private Key in the Private Key field.
  2. Click on UPLOAD NEW CERTIFICATE & KEY to apply the new certificate.

certificate-import


⚠️ Notes:

  • Ensure that the certificate and private key match, otherwise the upload will fail.
  • After uploading, XLServer services will use the new certificate immediately.