Fixed arch instructions btw

master
Keith Irwin 2022-02-10 21:57:06 -07:00
parent d489d96d78
commit 1474c4deaa
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ When you import a CA certificate, your platform may display very serious warning
### Fedora/Arch Linux (or p11-kit)
```
curl -s www.gf4/ca.crt | trust anchor --store gf4.crt
# curl -s www.gf4/ca.crt > /tmp/gf4.crt
# trust anchor /tmp/gf4.crt
```
**source**: [Arch wiki: User:Grawity/Adding a trusted CA certificate](https://wiki.archlinux.org/title/User:Grawity/Adding_a_trusted_CA_certificate)