-
-
Save beingsane/eb39f41925b8a1f4f453079980a57434 to your computer and use it in GitHub Desktop.
Instalação dos módulos de browser do token SERPRO
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
# Feche os browsers antes de começar | |
# Ubuntu 18.04 | |
# Download e instalação do driver: | |
# https://certificados.serpro.gov.br/arserpro/pages/information/drivers_token_download.jsf | |
# Dispositivo de segurança | |
# google-chrome e chromium-browser: | |
sudo apt install libnss3-tools | |
modutil -dbdir sql:.pki/nssdb/ -add "ePassNG-Token" -libfile /usr/lib/watchdata/ICP/lib/libwdpkcs_icp.so | |
# firefox | |
# Configurações -> Privacidade e Segurança -> Dispositivos de segurança -> Carregar | |
# Nome do módulo: ePassNG-Token | |
# Caminho do módulo: /usr/lib/watchdata/ICP/lib/libwdpkcs_icp.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment