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

Compare with Current View Page History

« Previous Version 3 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.

For details about possible locations of a license key see JS7 - How to apply a JS7 License Key.

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

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 date of an X.509 certificate file, for example sos.pem like this:

openssl x509 -enddate -noout -in sos.pem

What to do if the License Key did expire?



  • No labels