Versions Compared

Key

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

...

  • 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.

...

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:

Code Block
languagebash
openssl x509 -enddate -noout -in sos.pem

...

...