From ebfdaa5bcbdaf859f02e031d1ede665838f118af Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Thu, 6 Jul 2023 22:18:07 -0600 Subject: [PATCH] Fixed CA directions --- _src/nebuchadnezzar/ca.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_src/nebuchadnezzar/ca.md b/_src/nebuchadnezzar/ca.md index 90445b1..d846a5c 100644 --- a/_src/nebuchadnezzar/ca.md +++ b/_src/nebuchadnezzar/ca.md @@ -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 ```