Hi, I’m trying to add a Chrome’s certificate from a Not Secure connection to the list of trusted certificates I have locally.
I’m doing it for development purposes.
For that, I’ve tried
- Click “Not Secure” in the address bar.
- Click Certificate.
- Click Details.
- Click Export.
[FONT=inherit]Run:
certutil -d sql:$HOME/.pki/nssdb -A -t "P,," -n {CERT_NAME} -i {CERT_NAME}
Restart Chrome.
It doesn’t work. I’ve checked
$HOME/.pki/nssdb
and the file wasn’t added.
What I’m missing?
*p.s. I new on this whole thing so I might misspelled something. Apologies in advance. Thank you.
*
[/FONT]
[FONT=inherit][LEFT][FONT=Arial]
[/LEFT]
[/FONT]
[/FONT]