Last active
May 10, 2024 13:40
-
-
Save rgerganov/2c2bfce9a469cae66efb324d4c699138 to your computer and use it in GitHub Desktop.
Create NSS db for Firefox/Chrome/LibreOffice
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
# build and install libccid from source | |
# do not install opensc from packages, build it from source | |
sudo apt-get install libnss3-tools | |
cd $HOME | |
mkdir -p .pki/nssdb | |
modutil -dbdir sql:.pki/nssdb -add "stampit" -libfile /usr/local/lib/opensc-pkcs11.so | |
modutil -dbdir .pki/nssdb -add "stampit" -libfile /usr/local/lib/opensc-pkcs11.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Import Stampit RootCA certs in Chrome first