3 License Activation

This page describes the activation of SenseID.

3.1 What is license

A license file is required to use the Go-Workers service of SenseID. The activation of the license is associating with the UDID. License files may differ depending on the services you are using. One SenseID server can correspond to one to three license files. You must rename the license file and place it in the specified directory before you can deploy the service.

Only the server for Go-Workers needs licenses. The server for Ruby-Open-API does not require licenses. Execute the following procedure only on the server for Go-Workers.

The JCV product window provides the SenseID license file. Refer to the following parts for activation details.

3.2 Change license file names

  • Change the SENSEID_FACE_xxx.lic file to senseid_face.lic.

  • Change the SENSEID_KESTREL_xxx.lic file to senseid_kestrel.lic.

  • Change the SENSEID_LIVENESS_xxx.lic file to senseid_liveness.lic.

3.3 Replace license files

3.3.1 Unzip the installation package

Package name: 1v1-private-cloud-v1.8.tgz

Be sure to unzip the ZIP file on a Linux-based system. If you unzip it on a non-Linux system, a soft link failure may occur, and the program execution may fail.

$ tar -xvzf 1v1-private-cloud-v1.8.tgz

3.3.2 Place the license files

Change the directory to the license folder where you unzipped the SenseID installation package.

$ cd 1v1-private-cloud-v1.8/go-workers/fixture/license

You can confirm that the following three folders are displayed by executing the following command.

$ ls -1

senseid_face
senseid_kestrel
senseid_liveness

Copy the license files to the specified directories and overwrite the original files.

#1) Copy the senseid_face.lic to the senseid_face folder, and overwrite the previous license file
$ cp {file_path}/senseid_face.lic {installation_path}/1v1-private-cloud-v1.8/go-workers/fixture/license/senseid_face

#2) Copy the senseid_kestrel.lic to the senseid_kestrel folder, and overwrite the previous license file
$ cp {file_path}/senseid_kestrel.lic {installation_path}/1v1-private-cloud-v1.8/go-workers/fixture/license/senseid_kestrel

#3) Copy the senseid_liveness.lic to the senseid_liveness folder, and overwrite the previous license file
$ cp {file_path}/senseid_liveness.lic {installation_path}/1v1-private-cloud-v1.8/go-workers/fixture/license/senseid_liveness

Last updated