You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Introduction

JS7 ships for dual licensing with an Open Source license and a Commercial license, see JS7 - License.

  • An Open Source license cannot expire, there is no such thing as a license key involved when using the Open Source license.
  • A Commercial license can expire depending on the license model in use.

The following information explains how to check the expiration date of Commercial license.

License Key

The license key ships as an X.509 certificate file that is signed by SOS.

The extension of the license key file is .pem.

Check License Key Expiration Date with Windows

Windows provides a mechanism to start the built-in Certificate application to display certificate details:

  • Rename the extension of the license key file from .pem to .crt, e.g. from sos.pem to sos.crt.
  • Double click the *.crt license key file to open the Windows Certificate application.
  • You can verify the license key expiration date from the date indicated by "Valid from ... to ...".



For more detailed information use the "Details" tab:

  • The "Details" tab displays the precise hour, minute, second when the license key will expire.

Check License Key Expiration Date with Unix

With a Unix operating systems usually the OpenSSL utility is available that can be used to check the expiration of an X.509 certificate file sos.pem like this:

openssl x509 -enddate -noout -in sos.pem

What to do if the License Key did expire?

  • Do not restart any of JOC Cockpit, Controller or Agents.
  • Keep cool, we are here to help. Get in contact with SOS by phone or by sending e-mail to: sales@sos-berlin.com



  • No labels