Locate the eToken library file (libeTPkcs11.so) using the terminal command:
find / -name libeTPkcs11.so
Take note of the result as you will need this later. example: /usr/lib64/libeTPkcs11.so
Locate the JarSigner file (JarSigner) using the terminal command:
find /-name jarsigner
Go to the JarSigner directory we found using this terminal command:
cd "/JarSigner/Directory"
Open the Linux Terminal Text(Nano) by simply typing the terminal command: nano
In Nano, set up your eToken.cfg file by using the following terminal command:
Name=eToken Library=”/usr/lib64/libeTPkcs11.so"
Save the text file by pressing(Ctrl+O) and name it "eToken.cfg", then pressEnter. Note: If prompted to confirm, press Y. Now, press(Ctrl+X) to exit Nano, and return to the Terminal Command Line.
Now confirm that you've created the file in the correct directory. Enter the terminal command:
dir
Note: This command lists all of the files and folders present in the directory you are currently in.
Confirm your certificate alias using the terminal command:
Ordering an EV Code Signing Certificate (HSM-Based)
Mar 2, 2020, 6:51 AM
The following article will walk you through the ordering process of an EV Code Signing Certificate (HSM-Based). If this is not the solution you are looking for, please search for the solution in the search bar above.
Download and Install Code Signing Certificate (HSM-Based)
Mar 2, 2020, 7:10 AM
This page walks you through the process of downloading and installing you GlobalSign Code Signing Certificate using HSM. At the completion of this procedure, your Certificate will be ready to place signatures on drivers, executables, and other files.