trust-store-generators/amfora/INSTRUCTIONS.md

17 lines
522 B
Markdown

# Instructions for Amfora
Amfora's trust store is `~/.cache/amfora/tofu.toml` on GNU/Linux systems.
You can replace it with the generated `tofu.toml`, or merge them using the provided script:
```
# First a test run:
./merge-trust-stores.sh ~/.cache/amfora/tofu.toml
# The entries in ~/.cache/amfora/tofu.toml 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 ~/.cache/amfora/tofu.toml > ~/.cache/amfora/tofu.toml
```