Skip to content

Instantly share code, notes, and snippets.

@prafulliu
Created January 3, 2012 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prafulliu/1553981 to your computer and use it in GitHub Desktop.
Save prafulliu/1553981 to your computer and use it in GitHub Desktop.
ubuntu添加证书
http://linux.itwaka.com/administer/69448.html
sudo apt-get install libnss3-tools
最终执行如下命令导入根证书:
certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n <证书别名> -i <证书文件>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment