trust-store-generators/lagrange/INSTRUCTIONS.md

19 lines
659 B
Markdown
Raw Permalink Normal View History

2021-04-28 09:20:18 +00:00
# Instructions for Lagrange
As of v1.6.0 (2021-07-26), Lagrange's trust store is `~/.config/lagrange/trusted.2.txt` on GNU/Linux and BSD systems.
2021-04-28 09:20:18 +00:00
You can replace it with the generated `trusted.2.txt`, or merge them using the provided script:
2021-04-28 09:20:18 +00:00
```
# First a test run:
./merge-trust-stores.sh ~/.config/lagrange/trusted.2.txt
2021-04-28 09:20:18 +00:00
# The entries in Lagrange's trust store that are not in the
2021-04-28 09:20:18 +00:00
# script-generated trust store will appear at the end of the output.
# If it looks ok, then run:
./merge-trust-stores.sh ~/.config/lagrange/trusted.2.txt > ~/.config/lagrange/trusted.2.txt
2021-04-28 09:20:18 +00:00
```
The script works for both the old `trusted.txt` and the new `trusted.2.txt`.