Open ikeycode opened 8 months ago
TLDR emulate the Fedora approach by prepackaging our certs under /usr in ca-certs, use p11kit to plug and manage /var/cache combining /usr and /etc certs.
ca-certs
p11kit
/var/cache
/usr
/etc
Elevating to a bug as without proper ssl management we need workarounds for cargo builds, and tools like moz-phab (via urllib) simply do not work.
TLDR emulate the Fedora approach by prepackaging our certs under /usr in
ca-certs
, usep11kit
to plug and manage/var/cache
combining/usr
and/etc
certs.