From 1474c4deaa519d58db8c963101980ceae0c58a06 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Thu, 10 Feb 2022 21:57:06 -0700 Subject: [PATCH] Fixed arch instructions btw --- _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 68a978b..1597d7b 100644 --- a/_src/nebuchadnezzar/ca.md +++ b/_src/nebuchadnezzar/ca.md @@ -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)