When using a Linux machine, install and configure Jsign as follows.
Installing Jsign on Linux
Run the following commands to install Jsign on a Linux machine.
curl -fSslL <downloadUrl>sudo dnf localinstall <rpm> -yWhere
<downloadUrl>is the download link of the RPM install file for the latest release available at https://github.com/ebourg/jsign/releases<rpm>is the file name of the RPM file.
For example:
$ curl -fSslL https://github.com/ebourg/jsign/releases/download/6.0/jsign-6.0-1.noarch.rpm$ sudo dnf localinstall jsign-6.0-1.noarch.rpm -yConfiguring Jsign on Linux
Create a configuration file – for example:
name = Entrust-CSaaS-PKCS11description = Entrust CSaaS PKCS11 Driverlibrary = /home/eve/libp11signingclient64.soslotListIndex = 0Where the library is the path of the signing library described in Installing the Signing Automation Client.
The examples below assume csaas.cfg as the name of this configuration file.