Created
June 9, 2022 05:40
-
-
Save MikaelElkiaer/6120972ff829bba818d10311bcb8ad73 to your computer and use it in GitHub Desktop.
Install certificate in Chromium browsers
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
# 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