Manually trusting certificate in Chromium

To manually trust single certificate do

certutil -A -d sql:$HOME/.pki/nssdb -t P -n description -i cert_file

To add new trusted CA do

certutil -A -d sql:$HOME/.pki/nssdb -t CT -n description -i cert_file


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *