Skip to content

Instantly share code, notes, and snippets.

@MikaelElkiaer
Created June 9, 2022 05:40
Show Gist options
  • Save MikaelElkiaer/6120972ff829bba818d10311bcb8ad73 to your computer and use it in GitHub Desktop.
Save MikaelElkiaer/6120972ff829bba818d10311bcb8ad73 to your computer and use it in GitHub Desktop.
Install certificate in Chromium browsers
# https://unix.stackexchange.com/a/643394
certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n <certificate nickname> -i <certificate filename>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment