Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ca-certificates.crt and improvements to that #28

Open
smoser opened this issue Jan 23, 2020 · 2 comments
Open

update ca-certificates.crt and improvements to that #28

smoser opened this issue Jan 23, 2020 · 2 comments
Labels
to automate Thing we should put on CI one day

Comments

@smoser
Copy link
Member

smoser commented Jan 23, 2020

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.

@hrw
Copy link
Collaborator

hrw commented Jan 24, 2020

This can and should be automated as well.

Simple workflow: https://github.com/ad-m/github-push-action

@smoser
Copy link
Member Author

smoser commented Jan 29, 2020

Updated in #41 .
We can leave this open to make it automatic.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to automate Thing we should put on CI one day
Projects
None yet
Development

No branches or pull requests

2 participants