User Tools

Site Tools


util:qutebrowser

Differences

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

Link to this comparison view

util:qutebrowser [2021/09/08 14:50] – external edit 127.0.0.1util:qutebrowser [2022/05/18 14:56] (current) – Add paragraph about CA certificates phil
Line 113: Line 113:
  
 Vice-versa, there is [[https://github.com/passff/passff|passff]] firefox addon to use the logins stored in pass from firefox. Vice-versa, there is [[https://github.com/passff/passff|passff]] firefox addon to use the logins stored in pass from firefox.
 +
 +===== Add custom CA certificates =====
 +
 +This is trickier than usual since ''qutebrowser'' does not read entries in
 +///etc/ssl/certs//. Instead, one has to extend the user's //nssdb// - the
 +system-wide one in ///etc/pki// is ignored as well.
 +
 +To list existing entries:
 +
 +  certutil -d sql:$HOME/.pki/nssdb -L
 +
 +Add a CA certificate:
 +
 +  certutil -d sql:$HOME/.pki/nssdb -A -i /etc/ssl/certs/ca.crt -n "ca.crt" -t "C,,"
  
util/qutebrowser.txt · Last modified: 2022/05/18 14:56 by phil