Forked from alexishida/Manual Instalação Token ePass2003 Ubuntu.txt
Created
March 4, 2022 20:01
-
-
Save katiakweb/352d5948d9137bbd1995991b8f510383 to your computer and use it in GitHub Desktop.
Instalando token ePass2003 - Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------------------------------------------------------------------------------------------------------------------------- | |
PROCEDIMENTOS PARA INSTALAÇÃO ePass2003 | |
Autor: Alex Ishida <[email protected]> | |
Data: 16/08/2021 | |
Versão: 1.0.0.0 | |
----------------------------------------------------------------------------------------------------------------------------- | |
----------------------------------------------------------------------------------------------------------------------------- | |
# Instalando os Drivers | |
----------------------------------------------------------------------------------------------------------------------------- | |
Baixe o arquivo ePass2003-Castle-20141128.tar.gz no site (https://drive.google.com/file/d/1taXWF9eZgrhHtU76XpRqGeRzYcvKDnOX/view) | |
tar -zxvf ePass2003-Castle-20141128.tar.gz | |
mv ePass2003-Castle-20141128 ePass2003-Linux-x64 | |
sudo cp -rf ePass2003-Linux-x64/ /usr/lib/ | |
sudo sh /usr/lib/ePass2003-Linux-x64/x86_64/config/config.sh | |
sudo cp /usr/lib/ePass2003-Linux-x64/x86_64/redist/libcastle.so.1.0.0 /usr/lib | |
sudo ln -s /usr/lib/ePass2003-Linux-x64/x86_64/redist/pkimanager_admin /bin/pkimanager_admin | |
sudo chmod 777 /usr/lib/ePass2003-Linux-x64/x86_64/redist/pkimanager_admin | |
sudo pkimanager_admin | |
----------------------------------------------------------------------------------------------------------------------------- | |
# Instalando no Chrome | |
----------------------------------------------------------------------------------------------------------------------------- | |
sudo apt-get install libnss3-tools | |
cd ~ | |
modutil -dbdir sql:.pki/nssdb/ -add "Soluti ePass2003" -libfile /usr/lib/libcastle.so.1.0.0 | |
modutil -dbdir sql:.pki/nssdb/ -list | |
----------------------------------------------------------------------------------------------------------------------------- | |
# Instalando no Firefox. | |
----------------------------------------------------------------------------------------------------------------------------- | |
Abra "Editar" > "Preferencias" > "Avançado" > "Certificados" selecione a opção "Dispositivos de Segurança" | |
Clique em "NSS Internal PKCS…" depois em "Carregar" deixe o nome como está ou coloque um de sua preferência em seguida | |
coloque o caminho da biblioteca do token "/usr/lib/libcastle.so.1.0.0" | |
----------------------------------------------------------------------------------------------------------------------------- | |
Informações adicionais | |
----------------------------------------------------------------------------------------------------------------------------- | |
/* Programa de gerenciamento do TOKEN */ | |
/bin/pkimanager_admin | |
/* Driver do Token */ | |
/usr/lib/libcastle.so.1.0.0 | |
----------------------------------------------------------------------------------------------------------------------------- | |
Sites com as documentações | |
----------------------------------------------------------------------------------------------------------------------------- | |
https://www.soluti.com.br/suporte/ | |
https://help.ubuntu.com/community/CommonAccessCard#Google_Chrome.2FChromium_Setup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment