Skip to content

Instantly share code, notes, and snippets.

@ccamacho
Last active March 23, 2016 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccamacho/4358be6bb222810cce9a to your computer and use it in GitHub Desktop.
Save ccamacho/4358be6bb222810cce9a to your computer and use it in GitHub Desktop.
#Install required package
sudo yum install -y opensc
authconfig --smartcardmodule=/usr/lib64/opensc-pkcs11.so --update
# To activate the DNIe
# Open firefox
# Preferencies->Advanced->Certificates->Security Devices -> Load
# Module name: OpenSC PKCS#11.
# Module file: /usr/lib64/opensc-pkcs11.so
# Accept
# NOw in the left, there is a new module called OpenSC PKCS#11.
# Select the option DNI electrónico (PIN 1).
# CLick login
# Put your PIN
# The status should be logged in..
# NOw the cert is available in FIRefox
# THe next time firefox should ask for the pin... Automatically
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment