Versions Compared

Key

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

Table of Contents

Introduction

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

  • 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 according to the license model in use.

...

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

License Key

...

Windows provides a mechanism to start the built-in Certificate application to display which displays 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 ...".

...

Check License Key Expiration Date with Unix

With a On Unix operating systems usually the OpenSSL utility is usually available that . This can be used to check the expiration date of an X.509 certificate file , for example such as sos.pem like this:

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

...

...