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="Step2/Output/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...
How to download and install EV & OV Code Signing Certificate (HSM-Based)
Mar 2, 2020, 7:10 AM
The following article will walk you through downloading and installing your EV Code Signing Certificate (HSM-Based). At the completion of this procedure your Certificate...