Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 400 Bytes

cert-management.md

File metadata and controls

25 lines (16 loc) · 400 Bytes

cert management

show cert info

openssl x509 -in certfilename -text

import cert as trusted

  • chrome : click on cert / details / export

  • install certutil

apt install libnss3-tools
  • install certificate ( note that ~/.pki may not exists and it will created )
certutil -d sql:$HOME/.pki/nssdb -A -t "CP,CP," -n certAlias -i certFile.crt
  • restart chrome