Fixed CA directions

master
Keith Irwin 2023-07-06 22:18:07 -06:00
parent 741f294473
commit ebfdaa5bcb
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ Follow these instructions to install the certificate on your computer or phone:
### Fedora/Arch Linux (or p11-kit)
```
# curl -s www.gf4/ca.crt > /tmp/gf4.crt
# mkdir -p /usr/local/share/ca-certificates
# curl -sL https://www.gf4.pw/ca.crt > /usr/local/share/ca-certificates/gf4.crt
# trust anchor /tmp/gf4.crt
```