Last active
March 23, 2016 13:36
-
-
Save ccamacho/4358be6bb222810cce9a to your computer and use it in GitHub Desktop.
This file contains 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
#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