Add instructions for importing a custom CA 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
```
The note is not visible to the blocked user.