>From 603a1d937a82cf793a771ada4c084e78c2902872 Mon Sep 17 00:00:00 2001 From: Tanguy Le Carrour Date: Tue, 10 Mar 2020 17:42:04 +0100 Subject: [PATCH] import CA into Icecat --- src/gns/gnunet-gns-proxy-setup-ca.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in b/src/gns/gnunet-gns-proxy-setup-ca.in index 602aadb2a..3cf9edb19 100644 --- a/src/gns/gnunet-gns-proxy-setup-ca.in +++ b/src/gns/gnunet-gns-proxy-setup-ca.in @@ -214,10 +214,10 @@ importbrowsers() then statusmsg "Importing CA into browsers" # TODO: Error handling? - for f in ~/.mozilla/firefox/*.*/ + for f in ~/.mozilla/firefox/*.*/ ~/.mozilla/icecat/*.*/ do if [ -d $f ]; then - infomsg "Importing CA into Firefox at $f" + infomsg "Importing CA into Firefox/Icecat at $f" # delete old certificate (if any) certutil -D -n "GNS Proxy CA" -d "$f" >/dev/null 2>/dev/null # add new certificate -- 2.25.1