Skip to content

Instantly share code, notes, and snippets.

@rgerganov
Last active May 10, 2024 13:40
Show Gist options
  • Save rgerganov/2c2bfce9a469cae66efb324d4c699138 to your computer and use it in GitHub Desktop.
Save rgerganov/2c2bfce9a469cae66efb324d4c699138 to your computer and use it in GitHub Desktop.
Create NSS db for Firefox/Chrome/LibreOffice
# 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
@rgerganov
Copy link
Author

Import Stampit RootCA certs in Chrome first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment