1.Install:sudo apt-get install libnss3-tools
2.excute:certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n <证书别称> -i <证书文件名>
3.If it is new system, your certificate database might not be initialized. To fix this, perform:mkdir -p $HOME/.pki/nssdb
certutil -d $HOME/.pki/nssdb -N
4.certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n <证书别称> -i <证书文件名>
常用命令:
certutil -d sql:$HOME/.pki/nssdb -L :查看证书
certutil -d sql:$HOME/.pki/nssdb -D -n <证书别称> :删除证书