Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replace certificate information with pointer to separate page

...

  • either obtain a certificate for the host from one of the commercial certification authorities, or
  • they must create their own self-signed certificate and add it to the web browser.

The new certificates replace the server.pem certificate in /opt/license-server/certs (move the old certificate to a save place).

Steps to create a self-signed certificate:

...

  • Create the combined server certificate for the license server:
    # cp servercert.cer server.pem
    # cat servercert.key.pem >> server.pem
  • Restart the license server (# systemctl start licensed)
  • Import the root CA (ca.cer) into your browser’s Trusted Root Certification Authorities Certificate Store.

Please note: at the time of  writing, the custom certificate was overwritten by upgrading or downgrading the license server software. Therefore, make sure to back up you certificate and to restore it after an upgrade or downgrade of the license server.

...

See Certificates Used by the VE License Server for more information.

Displaying the License Information

...