Add arch.md, CA File import

Add instructions for importing a custom CA file.
This commit is contained in:
ducoterra
2022-01-26 15:25:41 -05:00
parent 003f4689fc
commit 4588021097

13
arch.md Normal file
View File

@@ -0,0 +1,13 @@
# Arch Linux
## CA File Import
https://archlinux.org/news/ca-certificates-update/
```bash
# Move the crt (CA) to the correct location
cp dnet_ca.crt /etc/ca-certificates/trust-source/anchors/dnet_ca.crt
# Update the CA store
trust extract-compat
```