You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should do that now (last update was 2016) and also fix writing of the header to say where the cert came from. Currently it says Source: with no actual source. Would be nice to get a git-hash there.
The text was updated successfully, but these errors were encountered:
Currently the way to update src/etc/ssl/certs/ca-certificates.crt is (per a501728) :
wget https://github.com/mozilla/gecko-dev/raw/master/security/nss/lib/ckfw/builtins/certdata.txt -O certdata.txt
./bin/mkcabundle <certdata.txt > src/etc/ssl/certs/ca-certificates.crt
We should do that now (last update was 2016) and also fix writing of the header to say where the cert came from. Currently it says
Source:
with no actual source. Would be nice to get a git-hash there.The text was updated successfully, but these errors were encountered: