Could you help me? how do i install the 5110 safenet token digital certificate
Hi @fegdasilva and welcome aboard.
I see a lot of questions regarding SafeNet 5110 from Brazil. Is that related to PJeOffice?
Maybe you would like to check out these links:
Instalar o token ou smartcard em Linux
Centro de Certificação Digital do Serpro - Drivers de Tokens
Thank you for your help, yes, it is related to PJeOffice. I managed it through the step by step below:
STEP 1, install some packages available in the official Ubuntu repository.
sudo apt update
sudo apt -y install libjbig0 libtiff5 fontconfig-config libfontconfig1 libwxbase3.0-0v5 libpcsclite1 libccid pcscd opensc unzip
STEP 2, download, extract and install the token management application on the website:
Installing on Google_Chrome
Close the Browser
sudo apt -y install libnss3-tools
rm -fr ~/.pki/nssdb
mkdir -p ~/.pki/nssdb
certutil -d ~/.pki/nssdb -N
CD ~
modutil -dbdir sql:.pki/nssdb/ -add "Safenet 5110" -libfile "/usr/lib/libeToken.so"
modutil -dbdir sql:.pki/nssdb/ -list
Installing on Firefox.
Open “Edit” > “Preferences” > “Advanced” > “Certificates” select the “Security Devices” option
Click on “NSS Internal PKCS…” then “Load” leave the name as it is or add one of your choice next
put the token library path “/usr/lib/libeToken.so”
Additional Information
/* TOKEN management program */
/usr/bin/SACTools
/* Token Driver */
/usr/lib/libeToken.so
Wonderful! I am glad you could make it work after all.
Please consider marking your post as a solution, so other people looking for this issue can see right away that it has been solved.
Feliz ano novo!
I'll mark it as resolved, I had forgotten.
Happy new year!
I moved the solution mark to your post that describes the solution as that gives other users searching to the post that contains it.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.