trust-store-generators/lagrange/INSTRUCTIONS.md

17 lines
553 B
Markdown
Raw Normal View History

2021-04-28 09:20:18 +00:00
# Instructions for Lagrange
Lagrange's trust store is `~/.config/lagrange/trusted.txt` on GNU/Linux systems.
You can replace it with the generated `trusted.txt`, or merge them using the provided script:
```
# First a test run:
./merge-trust-stores.sh ~/.config/lagrange/trusted.txt
# The entries in ~/.config/lagrange/trusted.txt that are not included in the
# 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.txt > ~/.config/lagrange/trusted.txt
```