Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save alexishida/57d2c89d76176ceb9269ebb1bfbe93ba to your computer and use it in GitHub Desktop.

Select an option

Save alexishida/57d2c89d76176ceb9269ebb1bfbe93ba to your computer and use it in GitHub Desktop.
Instalando certificado ePass2003 no ubuntu Linux-x64 e no Google Chrome
# Instalando
Coloque o arquivo zip dentro da sua pasta home
unzip ePass2003-Linux-x64
cd ePass2003-Linux-x64/config
sudo sh config.sh
sudo cp -rf ~/ePass2003-Linux-x64/ /usr/lib/
cd ..
cd redist/
sudo cp libcastle.so.1.0.0 /usr/lib
sudo ln -s /usr/lib/ePass2003-Linux-x64/redist/pkimanager_admin /bin/pkimanager_admin
sudo chmod 777 /usr/lib/ePass2003-Linux-x64/redist/pkimanager_admin
sudo pkimanager_admin
# Google_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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment