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> -y
Where
<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 -y
Configuring Jsign on Linux
Create a configuration file – for example:
name = Entrust-CSaaS-PKCS11
description = Entrust CSaaS PKCS11 Driver
library = /home/eve/libp11signingclient64.so
slotListIndex = 0
Where 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.