User Tools

Site Tools


howtos:add_trusted_ca

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howtos:add_trusted_ca [02/12/2018 21:34] – created - external edit 127.0.0.1howtos:add_trusted_ca [16/02/2023 07:07] (current) domingo
Line 11: Line 11:
 **__2. Run certutil__** **__2. Run certutil__**
 <code> <code>
-certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "domingo.dk" -i domingo.dk.crt+certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "example.com" -i example.com.crt
 </code> </code>
  
-The certificate is inside the file called //"domingo.dk.crt"//.+The certificate is inside the file called //"example.com.crt"//.
 ====== Import script ====== ====== Import script ======
  
Line 33: Line 33:
 Example: Example:
 <code> <code>
-./import-cert.sh domingo.dk+./import-cert.sh example.com
 </code> </code>
  
howtos/add_trusted_ca.1543782889.txt.gz · Last modified: 02/12/2018 21:34 by 127.0.0.1