Advertisement
linukiss

how-to-cacert-chrome

Nov 27th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. $ wget -O cacert-root.crt "http://www.cacert.org/certs/root.crt"
  2. $ wget -O cacert-class3.crt "http://www.cacert.org/certs/class3.crt"
  3.  
  4. $ certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "CAcert.org" -i cacert-root.crt
  5. $ certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "CAcert.org Class 3" -i cacert-class3.crt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement